Authorization: Bearer ********************
{ "account_number": "68432567" }
curl --location -g --request POST 'http://127.0.0.1:8081/ihela/api/v1/bsces/balance/' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "account_number": "68432567" }'
{}