Trying to get the API working for the last 3 days with no luck. Submitted a support ticket but they don't seem to be getting any clue either.
I am out of options and hoping someone could help.
Here is my REST request :
POST Endpoint: https://api.zoom.us/v2/users/${email}/picture
Headers:
content-type: multipart/form-data; boundary=8d6be10c4d2aee8
Content:
--8d6be10c4d2aee8
Content-Disposition: form-data; name=pic_file; Filename=file.jpg
Content-Type: image/jpeg
${rawBinary}
--8d6be10c4d2aee8--
Response: {"code":120,"message":"Only jpg/jpeg, gif or png image file can be uploaded."}