Not able to test post request using form data

When I post a request to my webpage using rawdata button , it works. But the same is not working with form data tab. The following error is shown and the web page is not getting updated with the data(it showed the data when using raw data button).

โ€œtypeโ€: โ€œRFC 7231 - Hypertext Transfer Protocol (HTTP/1.1): Semantics and Contentโ€,

"title": "Unsupported Media Type",

"status": 415,

"traceId": "|57ca2543-434233fffc05f7c4."

Hi @nishajalaja, Welcome to the community!

Issue seems to be with Content-type header sent in case of form data. Can you please check and update the Content-Type header, and add the value which is expected by your service.