Invalid request body /400 bad request

{

"status": "ERROR",

"description": "Invalid request body. "

}

This means you sent data to your API in the incorrect format.

If you want additional help (now or in the future) please provide us with some context around the error like what you sent in and what you are trying to do.

Screenshots are always welcome as well!


For troubleshooting this you should return the exception, or if you’re running locally just print the exception to the console so you can see the error.

This is happening because your code is throwing an exception.