I'm having some trouble with a an API request I'm trying to make. Here is my POST request URL:
https://platform.devtest.ringcentral.com/restapi/v1.0/account/~/extension/~/fax
Request content type: multipart form
Header name and value:
Review:
Any idea why this may be happening? Thank you all!
multipart/form-data can be sent as shown in the following example with image attachment:
This can be done using curl as follows:
References :