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