How do I solve the issue of getting a 403 forbidden when I send a POST request that creates a new user
Even though I permitted the path in the config class, I still get 403 forbidden when I send a POST request through Postman. If I disable Spring Security (permitting all requests), the request kinda works.