curl --location --request PATCH '/api/v1/subscriptions/prices/' \
--header 'x-business-id;' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "INACTIVE",
"metadata": {
"reason": "Deprecated"
}
}'
{
"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": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
}