Authorization: Bearer ********************
{
"id": "string",
"name": "string",
"cid": "string",
"type": "Motion",
"motionType": "HoistingMechanismMainHoist",
"formType": "DistributionMechanism",
"otherType": "VideoSystem",
"remark": "string",
"craneId": "string"
}
curl --location --request POST 'https://jiugang.mhiiot.cn/openapi/project/api/Mechanism/Update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"name": "string",
"cid": "string",
"type": "Motion",
"motionType": "HoistingMechanismMainHoist",
"formType": "DistributionMechanism",
"otherType": "VideoSystem",
"remark": "string",
"craneId": "string"
}'