Open
Description
Bot MS Teams Channel API always returns "https://example.com/" for the CallingWebHook property when this property is set as "https://example.com" or "https://example.com/" in request payload. Per my understanding, if API allows "https://example.com", then API should return the value of this property per the value user passed in. Hence, I assume API should return "https://example.com" when this property is "https://example.com" in request body if API accepts "https://example.com". So could you help take a look? Thanks in advance.