Post Request invalid when using Raw instead of Json

Hey, I have the following issue: When I send a post request using Json it works fine. But when I use RAW i get an invalidation error. Here is an example:

Works:

Doesnt Work:

Both lead to the exact same API request with the same body but raw doesnt get accepted by the API validation. Any ideas of help?

Ok its fixed, you now have to explicitly set the content type to json when using the Raw body (but you used to not have to ).
You do this by going to the ressource tabe and

1 Like