curl --location 'https://gateway.domi-kids.com/domi/providers/hi3d/open-api/v1/depth/create-task' \
--header 'domi-ai-metadata;' \
--header 'Authorization: Bearer <token>' \
--form 'image=@"(binary)"' \
--form 'image_url="https://example.com/logo.png"' \
--form 'model_type="pro"' \
--form 'rmbg="1"' \
--form 'response_format="url"' \
--form 'format="2"' \
--form 'callback_url="https://example.com/webhooks/hi3d"'