Example request
curl -X POST "$APP_URL/api/v1/generate" \
-H "Authorization: Bearer aipot_live_your_key_here" \
-H "Content-Type: application/json" \
-d '{
"moduleSlug": "weekly-status-pack",
"exportFormat": "json",
"userInputs": {
"project_updates": "Sprint 14 finished checkout hardening, bug burn-down improved, and release sign-off is pending security confirmation."
}
}'