curl --location --request GET 'https://api.staging.indiconnect.in/indipayout/v2/get/account/balance' \
--header 'Authorization: x-api-access indc_test_a41eaf2a175f3b13:ac_test_bf7117f6da6c6285' \
--header 'service-key: sk_test_879a38c3495f08f8'{
"code": 200,
"status": "SUCCESS",
"message": "Account balance fetched successfully.",
"data": {
"name": "MYSTICREALM CREATIVE GAMES PRIVATE LIMITED",
"availableBalance": "9562453.19",
"balanceFetchedAt": 1753187717500
}
}