What is the correct syntax to include a YouTube URL (that you pray will turn into an embed) within the body content of a post that you create via the API (/api/discussions)? I've tried a number of options, but most strip the youtube URL. I've tried markdown, bb_code, raw url, and even the rendered html verbatim:
<p><YOUTUBE id="mXKPeJ-pC4I"><URL url="https://youtu.be/mXKPeJ-pC4I">https://youtu.be/mXKPeJ-pC4I</URL></YOUTUBE></p>
The last comes closest. 🙂
Thanks in advance...