curl --location --request POST 'http://dev-cn.your-api-server.com/v3/alipay/merchant/iot/device/bind' \
--header 'Content-Type: application/json' \
--data-raw '{
"biz_tid": "01017gV1CZ1XxASNbqkTJqchletNyVXtsKy1PAs4FKZ6tjRMqyMG2Zk",
"device_id_type": "SN",
"device_sn": "QCF420190316000107",
"merchant_type": "indirect",
"pid": "2088101112139885",
"shop_id": "2020081700502012300038796029",
"smid": "2088101112139886",
"supplier_id": "201812271300540049"
}'
{}