cURL
curl --request GET \ --url https://api.example.com/v1/balance \ --header 'x-access-id: <api-key>'
{ "account": { "amount_in_cents": 123, "currency": "<string>", "id": "<string>", "updated": "2023-11-07T05:31:56Z" } }
Obtém o saldo atual da conta
UUID of the service account (e.g., 550e8400-e29b-41d4-a716-446655440000)
Balance retrieved successfully
Mostrar atributos filhos