{
"deviceNo": "string",
"projectId": 0,
"bindFlag": 0,
"custNum": "string",
"installArea": 0
}
curl --location --request POST '/new/device/addAndBindDevice' \
--header 'token: OUumDjnlEZ4wItETxOqrqe2zJFtEB2Ltf0OzBwTkcDdpk8kMsHzVrFRetMEawiR9' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceNo": "string",
"projectId": 0,
"bindFlag": 0,
"custNum": "string",
"installArea": 0
}'
{
"success": false,
"code": "",
"message": "",
"data": null
}