curl --location --request PATCH '/tasks//v2/messages/' \
--header 'Websync-Session;' \
--form 'text="John Doe"' \
--form 'removedFileIds="1,2,3"' \
--form 'files=@""' \
--form 'massage="Unauthorized"' \
--form 'statusCode="401"'{
"text": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"senderId": 0,
"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,
"id": 0,
"taskId": 0,
"messageReplyId": 0,
"reactions": [
{
"reaction": "string",
"id": 0,
"userId": 0
}
]
}