X-API-Key: ********************curl --location 'https://api.snakk.ai/api/ai-tools/generate-prompt' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"description": "A car dealership in Oslo that handles service bookings and answers questions about opening hours."
}'{
"success": true,
"prompt": "# Identitet\nDu er Lars, en kundeservicemedarbeider hos Example AS...\nGREETING: Hei, du har kommet til Example AS. Hva kan jeg hjelpe deg med?"
}