curl --location --request PATCH '/profile' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"first_name": "string",
"last_name": "string",
"patronymic": "string",
"city_id": "4e4d55fa-e3bf-4bdb-9825-519278b117b5",
"show_tips": true
}'{}