curl --location --request GET '/v1/company/balance' \ --header 'X-Api-Key: {{apiKey}}' \ --header 'X-Api-Secret: {{apiSecret}}' \ --header 'Content-Type: application/json'
{ "data": { "balance": 1000 }, "success": true }