Authorization: Bearer ********************{
"userName": "string",
"password": "string",
"rememberClient": true
}curl --location --request POST '/api/TokenAuth/Authenticate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"userName": "string",
"password": "string",
"rememberClient": true
}'{
"accessToken": "string",
"encryptedAccessToken": "string",
"expireInSeconds": 0,
"userId": 0
}