Getting 403 Forbidden error when trying to register new user

Hello Community,

I am getting Forbidden 403 when i try to create new user from Spring boot application.
Getting the users is working fine. So the issue seems to be with the creation.
Any ideas what i could be missing or how to troubleshoot it ?

Issue was resolved. It looks that spring security was blocking the request.