curl --request POST \
--url https://api.raul.ugps.io/api/v1/subscription_plan/update \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": 123,
"name": "<string>",
"subscription_currency_id": 123,
"currency_value": 123,
"description": "<string>"
}
'