curl --location 'http://test-cn.your-api-server.com/agent/schedule-state' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"conversation_id": "1655dd9b-2c4c-4b56-a712-f34c11b2634d",
"items": [
{
"task_item_id": 100,
"week": 1,
"day_of_week": 1,
"start_section": 3,
"end_section": 4
},
{
"task_item_id": 101,
"week": 2,
"day_of_week": 1,
"start_section": 1,
"end_section": 2,
"embed_course_event_id": 20
}
]
}'