Português (BR)
cURL
curl --request GET \ --url https://api.contas.rdstationmentoria.com.br/rest/subscriptions/current \ --header 'Authorization: Bearer <token>'
"<any>"
Retorna detalhes sobre a assinatura em vigor.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type any.
any