curl --location '/cascades//threads//messages/' \
--header 'Content-Type: application/json' \
--data '{
"attachments": [
"string"
],
"content": "string",
"replyingTo": "string"
}'{
"messageId": "string",
"content": "string",
"author": {
"userId": "string",
"username": "string",
"displayName": "string",
"pfp": "string"
},
"sentAt": "2019-08-24T14:15:22.123Z",
"isEdited": true,
"attachments": [
{
"fileId": "string",
"name": "string",
"path": "string",
"height": 0,
"width": 0,
"mimeType": "string"
}
],
"replyingTo": "string"
}