curl --location --request PATCH '/api/v1/subscriptions/prices/' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"metadata": {},
"status": "ACTIVE"
}'{
"success": true,
"data": {
"uid": "string",
"plan_id": "string",
"amount": "string",
"currency": "string",
"token_address": "string",
"interval": "string",
"interval_count": 0,
"trial_period_days": 0,
"metadata": {},
"status": "string",
"created_at": "string",
"updated_at": "string"
}
}