curl --location --request POST 'https://sb-openapi.hitechpay.vn/v2/agreement/bind' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_id": 0,
"app_trans_id": "string",
"req_date": 0,
"max_amount": 0,
"redirect_url": "string",
"redirect_deep_link": "string",
"binding_data": "string",
"binding_type": "WALLET",
"callback_url": "string",
"identifier": "string",
"mac": "string"
}'{
"return_code": 0,
"return_message": "string",
"sub_return_code": 0,
"sub_return_message": "string",
"binding_id": "string",
"binding_url": "string"
}