Authorization: ********************
curl --location --request GET 'adhub.plus/api/v1/user/balance' \ --header 'Authorization: <api-key>'
{ "success": true, "data": { "current_balance_usd": 25.5, "total_topups_usd": 100 } }