curl --location --request PATCH '/emoji//name' \
--header 'Websync-Session;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string"
}'
{
"id": 0,
"creatorId": 0,
"organizationId": 0,
"createdAt": "2019-08-24T14:15:22Z",
"name": "string",
"link": "857d5352-31ec-481f-999c-13710791601a"
}