curl --location --request POST '/api/v1/subscriptions/plans//prices' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": "string",
"currency": "string",
"tokenAddress": "string",
"billingInterval": "DAILY",
"intervalCount": 1,
"trialPeriodDays": 0,
"metadata": {}
}'{
"success": true,
"data": {
"uid": "string",
"plan_id": "string",
"amount": "string",
"currency": "string",
"token_address": "string",
"billing_interval": "string",
"interval_count": 0,
"trial_period_days": 0,
"metadata": {},
"status": "string",
"created_at": "string",
"updated_at": "string"
}
}