curl --location --request POST '/register' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "string", "username": "string", "password": "string" }'
{ "message": "Access denied" }