I'm trying to test my logic app API in postman but I'm having an issue with header postman automatically adding
Content-Type = multipart/form-data;
when I hover on the content-type tab seeing this "use the request body tab to control the value or remove the header"
Can anyone help me with how I can set Content-Type = application/json
Content-Type: application/json
header, it would have used that. Going the route mentioned, would add that header too as it's matching the Content-Type to the body that you're using, for exampleJSON
but you can add any Headers you like by manually typing them into a new field. π β Eight