curl --location --request POST '/Payout/Fetch/get_account_balance' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "********",
"password": "********",
"requestid": "AwaH5IiZs7K00INwNosXx"
}'{
"Resp_code": "RCS",
"Resp_desc": "Request Completed Successfully",
"data": [
{
"wallet_name": "Main Wallet",
"balance": "487040.55"
}
]
}