curl --location 'https://service1.exmaple.com/markdown' \ --header 'Content-Type: application/json' \ --data '{ "text": "Hello **world**" }'
{}