curl -X POST 'undefined/v2/im/chat/messages' -H 'Authorization: Bearer undefined' -H 'Content-Type: application/json' -d '{"robot_jid":"Your Chatbot’s JID","to_jid":"undefined","account_id":"undefined","is_markdown_support":true,"content":{"head":{"text":"_this header is italic_","sub_head":{"text":"~this sub header has a strikethrough~"}},"body":[{"type":"section","sections":[{"type":"message","text":"*this text is bold*"},{"type":"message","text":"_this text is italic_"},{"type":"message","text":"~this text has a strikethrough~"},{"type":"message","text":"`this text is monospace`"},{"type":"message","text":"\u003e this text is a block qoute"},{"type":"message","text":"\u003chttps://zoom.us\u003e"},{"type":"message","text":"\u003c#undefined|Name Here\u003e"},{"type":"message","text":"\u003c!all\u003e"},{"type":"message","text":"\u003c!undefined|Name Here\u003e"},{"type":"fields","items":[{"key":"Code","value":"`console.log('this form field value is monospace')`","editable":false}]},{"type":"message","text":"\u003cimg:https://marketplace.zoom.us/competition/images/zoom.png|alt text\u003e"},{"type":"message","text":"this text has an inline image \u003cimg:https://marketplace.zoom.us/competition/images/zoom.png|alt text\u003e"}],"footer":"this text is in the footer"}]}}'