curl -X POST \ <BASE_URL>/smart-crop-image \ -H 'Content-Type: application/json' \ -H 'X-API-Key: YOUR_API_KEY' \ -d '{ "image_url": "https://example.com/image.jpg", "ratio": "4:5" }'
{ "cropped_image_url": "https://example.com/cropped-image.jpeg" }