cURL
curl --request POST \ --url https://seu-dominio.com/v2/balance \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "statusCode": 200, "message": { "balance": "1234.56" } }
Token retornado por POST /v2/oauth/token
The body is of type object.
object
OK
200
Show child attributes