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