curl -X POST
--url https://api.creatify.ai/api/dyoa/ \
-H "X-API-ID: <your-x-api-id>" \
-H "X-API-KEY: <your-x-api-key>" \
-H "Content-Type: application/json" \
-d '{
"age_group": "young_adult",
"gender": "m",
"background_description": "Underwater reef, vibrant corals, schools of fish, shafts of light, drifting bubbles, seaweed swaying, hidden cave entrance.",
"more_details": "Short dark blue hair, spiky texture, dark skin, brown eyes, muscular build, defined jawline, light freckles, full lips.",
"outfit_description": "Leather bomber, high-neck tunic, silk wrap, spiked bracelets, satin gloves, gemstone collar, fur-trimmed shawl.",
"name": "My Avatar"
}'