{ "job_ids": [ 0 ], "part_guids": [ "string" ], "nest_param_guid": "string", "auto_tech_id": 0, "plate_info_map": { "3BBB2C60-1388-4EBA-889D-86341172DB29": { "amount": 0 } } }
curl --location --request POST 'https://mcs-gateway.fscut.com/cn-api/job/boost/nest_result' \ --header 'app-id: op191eb50f9b81873c' \ --header 'time-stamp: {{timeStamp}}' \ --header 'app-sign: {{sign}}' \ --header 'X-FS-Orgcode: TEAM001' \ --header 'Content-Type: application/json' \ --data-raw '{ "job_ids": [ 0 ], "part_guids": [ "string" ], "nest_param_guid": "string", "auto_tech_id": 0, "plate_info_map": { "3BBB2C60-1388-4EBA-889D-86341172DB29": { "amount": 0 } } }'
{ "status": 0, "msg": "OK" }