Authorization: Bearer ********************curl --location --request POST '/files/send-email' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"to": "itodosimonitodo1@gmail.com",
"fileName": "receipt_123.jpg",
"fileUrl": "https://res.cloudinary.com/dwfnoynkp/image/upload/v1756837905/dev/files/file_1756837904_tln3vm.jpg",
"subject": "Your receipt",
"message": "Thank you for your purchase!"
}'{}