curl --location '/tasks//messages//reactions' \ --header 'Websync-Session;' \ --header 'Content-Type: application/json' \ --data '{ "reaction": "string" }'
{ "reaction": "string", "id": 0, "userId": 0, "messageId": 0 }