curl --request POST \
--url https://kieai.redpandaai.co/api/file-url-upload \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"fileUrl": "https://example.com/images/sample.jpg",
"uploadPath": "images/downloaded",
"fileName": "my-downloaded-image.jpg"
}
'