apity
apity copied to clipboard
Support application/octet-stream post body (file upload)
https://petstore3.swagger.io/#/pet/uploadFile has an application/octet-stream
payload in request body.
Currently it's not typed correctly (no query or path params are shown), and the request will probably fail cause the body
won't be included.