As per the specs:
Get Conversations
Gets a list of conversations the bot has participated in.
GET /v3/conversations?continuationToken={continuationToken}
I tried to send such request, but received
HTTP/1.1 405 Method Not Allowed
Allow: POST
What I do incorrect?
