Hello,
I am using bureaucrat to export postman json and all of the PUT and POST endpoint format the body in formdata mode and set the content-type to "multipart/mixed; boundary=plug_conn_test". I would expect the body to be raw JSON and not use multipart form by default. I'm not sure if this is expected behavior, but it does make the postman collection less useful since the body just shows [object Object] for the data value.
Details about the project:
- uses
ja_serializer to adhere to JSON:API format
- phoenix 1.6.16
Thanks for any help!