curl --location --request POST 'https://api.vereinsantrag.de/v1/auth/Users' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"firstname": "string",
"lastname": "string",
"roles": [
"ClubAdmin"
]
}'
{
"id": "string",
"userName": "string",
"email": "string",
"emailConfirmed": true,
"phoneNumber": "string",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEnabled": true,
"lockoutEnd": "2019-08-24T14:15:22Z",
"accessFailedCount": 0,
"firstname": "string",
"lastname": "string",
"roles": [
"ClubAdmin"
],
"roleNames": [
"string"
],
"roleDisplayNames": [
"string"
],
"hasPassword": true
}