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