Authorization: ********************{
"chipNumber": "string",
"equipmentId": "string",
"type": "string",
"userId": "string",
"tenantId": "string",
"appId": "string"
}curl --location --request POST '/management/equipment/bindEquipment' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"chipNumber": "string",
"equipmentId": "string",
"type": "string",
"userId": "string",
"tenantId": "string",
"appId": "string"
}'{
"code": "",
"msg": "",
"data": false,
"stackTraceMsg": ""
}