consistently returning 200 OK with a null response body

When sending a POST request to the /register endpoint, the server always responded with 200 OK and a null body
instead of the user’s data or a proper error message; this behavior persisted even when the code was modified to
return a simple, hardcoded message.

It seems like the issue might be with your API rather than Postman itself. You might have better luck getting help by posting your question on a developer forum like Stack Overflow