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