curl --location --request GET 'https://dash.ryzehosting.com/api/v2/account/balance' \
--header 'Authorization: Bearer <token>'{
"response": "Successfully fetched balance",
"state": "success",
"code": 200,
"data": {
"amount": "223.69",
"dispo": "0.00",
"reservedAmount": "0.00",
"total": "223.69"
}
}