curl --location --request PATCH '/user/github-link' \
--header 'Websync-Session;' \
--header 'Content-Type: application/json' \
--data-raw '{
"githubLink": "string"
}'
{
"id": 0,
"globalId": 0,
"name": "Ivan",
"email": "user@example.com",
"avatar": "01d8bd6c-6014-46aa-b5b1-14d337c9c779",
"phoneNumber": "+78005553535",
"telegramLink": "https://t.me/whoisshe",
"jobTitle": "Программер",
"githubLink": "https://github.com/whoisshe",
"organizationId": 0,
"birthDate": "2019-08-24T14:15:22Z",
"deleted": true,
"active": true,
"isAdmin": true
}