{
"week": 1,
"day_of_week": 2,
"start_section": 1,
"end_section": 2,
"embed_course_event_id": 1
}curl --location 'http://test-cn.your-api-server.com/task-class/insert-into-schedule?task_item_id=undefined' \
--header 'Authorization;' \
--header 'X-Idempotency-Key: test001' \
--header 'Content-Type: application/json' \
--data '{
"week": 1,
"day_of_week": 2,
"start_section": 1,
"end_section": 2,
"embed_course_event_id": 1
}'{
"status": "10000",
"info": "success"
}