curl -X 'POST' \ 'http://localhost:8000/api/scheduler/order/add' \ -H 'accept: application/json' \ -H 'Content-Type: application/json' \ -d '{ "owner": { "username": "1234", "name": "1234", "phone": "6458344674", "email": "gss@126.com", "is_locked": true }, "orderid": "tr43frr", "ordertime": "20240823", "task": [ { "action": 5, "name": "试剂1", "quantity": 5, "coordinates": "A03", "traynum": "1X01" } ] }'