Authorization: Bearer ********************curl --location '/auth/me' \
--header 'Authorization: Bearer <token>'{
"userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
"roles": [
"user"
],
"firstName": "string",
"lastName": "string",
"patronymic": "string",
"showTips": true
}