curl --location --request POST 'https://sb-openapi.hitechpay.vn/v2/disbursement/balance' \
--header 'Content-Type: application/json' \
--data-raw '{
"request_id": "string",
"app_id": 0,
"payment_id": "string",
"time": 0,
"mac": "string"
}'{
"return_code": 0,
"return_message": "string",
"sub_return_code": 0,
"sub_return_message": "string",
"data": {
"balance": 0
}
}