{
"deviceSnList": [
"amet fugiat ea ex",
"ut pariatur"
]
}
curl --location --request POST 'https://api-vpp-au.weiheng-tech.com/api/vpp/v1/hub/device/bind' \
--header 'Authorization;' \
--header 'Authorization;' \
--header 'Accept-Language: en-US' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceSnList": [
"amet fugiat ea ex",
"ut pariatur"
]
}'
{
"code": 200,
"msg": "OK",
"data": {
"bindedList": [
"SHA6021312022BM022"
],
"notExistList": [],
"invalidList": []
},
"t": 1736524254400
}