Authorization: Bearer ********************curl --location --request POST 'auth/register' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"password": "string",
"name": "string",
"isProjectCreationAllowed": true
}'{
"message": "Registration successful",
"user": {
"id": "65315d85-a7c3-468d-99c3-05b8788a5e65",
"email": "test@gmail.com.com",
"name": "Test",
"role": "BUILDER"
},
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiI2NTMxNWQ4NS1hN2MzLTQ2OGQtOTljMy0wNWI4Nzg4YTVlNjUiLCJyb2xlIjoiQlVJTERFUiIsImlhdCI6MTc3MDE4NTQyMiwiZXhwIjoxNzcwMTg5MDIyfQ.QzHNubuE6J9NKo5Hx6ytVh9i6jiABJrVZJtgni4XLPI"
}