I am getting error 400 Bad Request when sending the form data

i am having the form that accepts both string value and Model Schema

when i am sending the data in the below format i am getting the Bad request.

when i am passing same parameters using Swagger it is giving positive response. please suggest if we can send in any other format for both the values

Hi @yerran,
Do you want to send a multipart/form-data request? If so, you should define your fields as form parameters, not as query parameters as in the image.
Regards