{
    "content": "string",
    "embeds": [
        {
            "title": "string",
            "description": "string",
            "url": "http://example.com",
            "color": 0,
            "author": {
                "name": "string",
                "icon_url": "http://example.com"
            },
            "thumbnail": {
                "url": "http://example.com"
            },
            "image": {
                "url": "http://example.com"
            },
            "footer": {
                "text": "string",
                "icon_url": "http://example.com"
            }
        }
    ],
    "attachments": [
        {
            "url": "string",
            "name": "string",
            "fileSizeBytes": 0
        }
    ],
    "replyTo": "string"
}curl --location --request POST 'https://api.teamly.one/api/v1/channels//messages' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "content": "string",
    "embeds": [
        {
            "title": "string",
            "description": "string",
            "url": "http://example.com",
            "color": 0,
            "author": {
                "name": "string",
                "icon_url": "http://example.com"
            },
            "thumbnail": {
                "url": "http://example.com"
            },
            "image": {
                "url": "http://example.com"
            },
            "footer": {
                "text": "string",
                "icon_url": "http://example.com"
            }
        }
    ],
    "attachments": [
        {
            "url": "string",
            "name": "string",
            "fileSizeBytes": 0
        }
    ],
    "replyTo": "string"
}'{
    "success": true,
    "message": {
        "id": "string",
        "channelId": "string",
        "type": "string",
        "content": "string",
        "attachments": [
            {
                "url": "string"
            }
        ],
        "createdBy": {
            "id": "string",
            "username": "string",
            "subdomain": "string",
            "profilePicture": null,
            "banner": null,
            "bot": false,
            "presence": 0,
            "flags": "string",
            "badges": [],
            "userStatus": {
                "content": null,
                "emojiId": null
            },
            "userRPC": {
                "type": null,
                "name": null,
                "id": null,
                "startedAt": null
            },
            "connections": [],
            "createdAt": "CURRENT_TIMESTAMP",
            "lastOnline": "CURRENT_TIMESTAMP",
            "system": false
        },
        "editedAt": "2019-08-24T14:15:22Z",
        "replyTo": "string",
        "embeds": [
            {
                "title": "string",
                "description": "string",
                "url": "http://example.com",
                "color": 0,
                "author": {
                    "name": "string",
                    "icon_url": "http://example.com"
                },
                "thumbnail": {
                    "url": "http://example.com"
                },
                "image": {
                    "url": "http://example.com"
                },
                "footer": {
                    "text": "string",
                    "icon_url": "http://example.com"
                }
            }
        ],
        "emojis": [
            {
                "emojiId": "string"
            }
        ],
        "reactions": [
            {
                "emojiId": "string",
                "count": 0,
                "users": [
                    {
                        "userId": "string",
                        "timestamp": "2019-08-24T14:15:22Z"
                    }
                ]
            }
        ],
        "nonce": "string",
        "createdAt": "2019-08-24T14:15:22Z",
        "mentions": {
            "users": [
                "string"
            ]
        }
    }
}