curl --location --request PATCH '/tasks//messages//deleted' \
--header 'Websync-Session;'{
"id": 0,
"text": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"senderId": 13993,
"taskId": 140334,
"messageReplyId": 10344,
"files": [
{
"id": 0,
"fileName": "string",
"link": "string",
"size": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
],
"deleted": 0,
"reactions": [
{
"reaction": "string",
"id": 0,
"userId": 0
}
],
"edited": false,
"pinned": false
}