curl --location 'https://gateway.domi-kids.com/domi/providers/tripo/v3/generation/text-to-model' \
--header 'domi-ai-metadata;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"prompt": "A stylized robot gardener",
"model": "v3.1-20260211",
"face_limit": 10000,
"texture": true,
"pbr": true,
"texture_quality": "detailed"
}'