Cloudinary Image Uploader
This service allows you to upload images to Cloudinary.
Send a POST request to this endpoint with the following details:
- url: The URL of the image to upload
- fileName: (optional) The desired file name
- cloudinaryAssetFolder: (optional) The Cloudinary folder to upload to
- Authorization: Bearer token (JWT)
Note: Ensure you have a valid JWT token for authentication.