Authorization: Bearer ********************Authorization: Bearer ********************curl --location --request PATCH '/api/agents//wizard-progress' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data '{
"current_step": "training_config",
"website_source_ids": [
"550e8400-e29b-41d4-a716-446655440001"
],
"channel_ids": [
"550e8400-e29b-41d4-a716-446655440002"
],
"history_depth_days": 30,
"scan_channel_history": false,
"training_mode": "medium"
}'{
"success": true
}