{ "carNo": "苏A00123", "driverId": 12345 }
curl --location --request PUT '/commute/shift/scheduling/' \ --header 'Content-Type: application/json' \ --data-raw '{ "carNo": "苏A00123", "driverId": 12345 }'
{}