cURL
curl --request POST \ --url https://api.raul.ugps.io/api/v1/subscription_currency/create \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "subscription_currency_name": "<string>" } '
{ "subscription_currency_id": 123, "subscription_currency_name": "<string>" }
Operacion: Create a new subscription currency.
Bearer token authentication
Currency created