I want to avoid the authorization in my RestAPI.
Is there a way to not go around that process?

The reason is that I get 401Unauthorized in my tests and want to test what happens if I do not test the username and password.

The name and password in my request is exactly that what is in the WebAppUser table and still I get the error.