curl --location --request POST 'http://127.0.0.1:5001/api/calendar/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"itemName": "原神,启动",
"start": "2024-12-21 10:00:00",
"end": "2024-12-21 12:00:00",
"location": "上海市徐汇区钦州路100号一号楼1104-6室"
}'{
"message": "Schedule added successfully"
}