Authorization: Bearer ********************
{}
curl --location --request POST '/api/v1/balance?_format=json' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{ "error": true, "message": { "balance": 0 } }