A request lacking neccessary information (like email), doesnt return a 400 response with informative body content. This scenario is unhandled. Example invalid request returning error 500: ```json { "username": "test", "password": "test", } ```
A request lacking neccessary information (like email), doesnt return a 400 response with informative body content. This scenario is unhandled.
Example invalid request returning error 500:
{ "username": "test", "password": "test", }