{
"parent_id": 0,
"title": "string",
"type": 0,
"part_fill_color": "string",
"read_only": 0
}
curl --location --request POST 'https://mcs-gateway.fscut.com/cn-api/api/job/add' \
--header 'app-id: op191eb50f9b81873c' \
--header 'time-stamp: {{timeStamp}}' \
--header 'app-sign: {{sign}}' \
--header 'X-FS-Orgcode: TEAM001' \
--header 'Content-Type: application/json' \
--data-raw '{
"parent_id": 0,
"title": "string",
"type": 0,
"part_fill_color": "string",
"read_only": 0
}'
{
"status": 0,
"msg": "OK",
"data": {
"job_id": 1874
}
}