curl --location 'https://gateway.domi-kids.com/domi/providers/meshy/openapi/v2/text-to-3d' \
--header 'domi-ai-metadata;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"mode": "preview",
"prompt": "A hand-painted wooden treasure chest",
"ai_model": "meshy-6",
"should_remesh": true,
"target_polycount": 30000,
"target_formats": [
"glb",
"fbx"
]
}'