Authorization: Bearer ********************
curl --location --request GET '/balance' \ --header 'Authorization: Bearer <token>'
{ "balance": 5000, "updated_at": "2024-01-20T15:30:00Z" }