curl --location --request POST 'http://localhost:8080/v1/auth/register' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "string", "password": "string", "confirmedPassword": "string" }'
{ "id": "string" }