Authorization: Bearer ********************
{
"craneId": "string",
"isEnable": true,
"productCode": "string",
"projectPath": "string"
}
curl --location --request POST 'https://jiugang.mhiiot.cn/openapi/project/api/Crane/PLC' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"craneId": "string",
"isEnable": true,
"productCode": "string",
"projectPath": "string"
}'