You are trying to use xAPI (/v1/xapi/command/{commandName}) among webex teams apis.
When testing the API on the 'https://developer.webex.com/docs/api/v1/xapi/execute-command' site, the API works as expected.
When testing with postman, it is forwarded to'HTTP Status 403-Forbidden' as follows.
Other APIs are well used by using the same assigned AccessToken.
The scope is also spark:all and includes xAPI. Why not?
----------------------------
<body>
<h1>HTTP Status 403 – Forbidden</h1>
<hr class="line" />
<p><b>Type</b> Status Report</p>
<p><b>Description</b> The server understood the request but refuses to authorize it.</p>
<hr class="line" />
<h3>REDACTED</h3>
</body>
-------------------------------