curl --location 'https://rest.qikberry.ai/v1/accounts/balance' \
--header 'Authorization: Bearer <ACCESS_TOKEN>' \
--header 'Content-Type: application/json'{
"message": "Request processed successfully.",
"data": {
"account_type": "prepaid",
"balance": "0.300",
"currency_symbol": "₹"
}
}