curl --location --request PUT 'http://localhost:8080/ssm/schedule' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": 1, "title": "学习CSGO", "completed": true }'
{}