Piyush Sharma
Results
1
comments of
Piyush Sharma
You need to include the suggested headers mentioned on [Swagger doc for multipart](https://swagger.io/docs/specification/describing-request-body/file-upload/) While calling the API endpoint, include the following headers: ``` Content-Type: multipart/form-data; Content-Disposition: form-data; ``` Let me...