curl --location 'https://api.snakk.ai/api/ai-tools/advanced-wizard-generate' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"crawledContent": "string",
"crawledTitle": "Example AS",
"crawledDescription": "string",
"businessDescription": "We are a dental clinic in Bergen.",
"agentTasks": "Book appointments and answer questions about treatments.",
"customerQuestions": "string",
"conversationAction": "answer",
"conversationFlow": "string",
"conversationRules": "string",
"openingHours": {
"weekdays": "Mon-Fri 08:00-16:00",
"weekend": "Closed",
"holidays": "Closed"
},
"restrictions": "string",
"specialConsiderations": "string",
"personality": "professional",
"language": "no"
}'