curl --location --request POST 'https://sb-openapi.hitechpay.vn/v2/tokenization/bind' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_id": 0,
"req_date": 0,
"app_trans_id": "string",
"identifier": "string",
"binding_type": "WALLET",
"binding_mode": "BIND",
"device_type": "MOBILE",
"binding_data": "string",
"payment_data": "string",
"mac": "string"
}'{
"return_code": 0,
"return_message": "string",
"sub_return_code": 0,
"sub_return_message": "string",
"binding_token": "string",
"binding_url": "string",
"reform_url": "string"
}