I'm looking for a way to post within a channel using a webhook (we do that on slack easily, but I couldn't find anything accurate with ms-teams).
I was hopping something like this :
curl -H 'Content-Type: application/json' -d '{"text": "Hello World", "channel": "test"}' https://outlook.office.com/webhook/url...
Thanks