curl --location 'https://api.withblast.com/projects/550e8400-e29b-41d4-a716-446655440000/simulations/execute' \
--header 'Authorization: Bearer YOUR_JWT_TOKEN' \
--header 'Content-Type: application/json' \
--data '{
"simulation_type": "goal",
"simulation_params": {
"seed": [
{
"goal": "plan a kitchen renovation"
},
{
"goal": "replace bathroom tiles"
}
],
"persona": [
"Spanish-speaking, first-time homeowner"
],
"max_turns": 5
},
"payload_params": [
{"name": "store_id", "value": "1124"}
],
"evaluators": [1, 2, 3, 4, 5, 6],
"k": 1,
"metadata": {
"tags": [27]
}
}'