curl --location --request POST 'https://snakk-backend-production.up.railway.app/api/ai-tools/generate-prompt' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "A customer service agent for telecom company that handles support tickets"
}'{
"success": true,
"prompt": "string"
}