Authorization: Bearer ********************curl --location --request POST '/api/auth/register' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "john.doe@magnoos.com",
"password": "securePassword123",
"firstName": "John",
"lastName": "Doe",
"role": "manager"
}'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"email": "user@example.com",
"firstName": "string",
"lastName": "string",
"role": "manager",
"activeRole": "manager"
}