cURL
curl --request POST \ --url https://api.raul.ugps.io/api/v1/subscription_plan/create \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "subscription_currency_id": 123, "name": "<string>", "currency_value": 123, "description": "<string>" } '
{ "id": 123, "subscription_currency_id": 123, "name": {}, "currency_name": {}, "currency_value": {}, "description": {} }
Operacion: Create a new subscription plan.
Bearer token authentication
Plan created