curl -X POST https://morimori.app/api/v2/orders/anti-ai/with-urls \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"idempotencyKey": "key-url-001",
"files": [
{
"fileName": "image1.jpg",
"imageUrl": "https://example.com/image1.jpg"
}
],
"options": {"strength": "high"}
}'