curl --request PATCH \
--url https://api.perscom.io/{version}/users/{user}/specialty/{specialty} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"abbreviation": "<string>",
"description": "<string>",
"order": 123
}
'