curl --location --request POST 'https://api.github.com/markdown' \ --header 'Content-Type: application/json' \ --data-raw '{ "text": "Hello **world**" }'
{}