Authorization: Bearer ********************curl --location --request POST '/desktop/products/upload-product-image' \
--header 'Authorization: Bearer <token>' \
--form 'image=@""'{
"success": true,
"message": "Image uploaded successfully !",
"data": "https://res.cloudinary.com/dwfnoynkp/image/upload/v1716044241/dev/avatars/user-1718.png"
}