curl --location --request PUT '/api/agents//wizard-progress' \
--header 'X-Session-Id;' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data-raw '{
"current_step": "sources_selection",
"vk_source_ids": [
"550e8400-e29b-41d4-a716-446655440001"
],
"websites": [
"https://help.example.com",
"https://docs.example.com"
],
"use_clickhouse": true,
"training_mode": "fast",
"selected_source_ids": [
"550e8400-e29b-41d4-a716-446655440001",
"650e8400-e29b-41d4-a716-446655440002"
]
}'