curl --location --request POST '/api/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@magnoos.com",
"password": "password123",
"firstName": "John",
"lastName": "Doe",
"role": "manager"
}'{
"id": "string",
"email": "string",
"firstName": "string",
"lastName": "string",
"role": "string",
"activeRole": "string"
}