展示を参照してください。 開発者は、指定された API ドキュメントと cURL コマンドを使用して、指定された API の API のトラブルシューティングを行っています。この問題の原因は何ですか?
正解:D
The error message in the cURL response indicates that the request requires a valid access token set in the Authorization request header. This error is common when the authorization header is either missing or the token provided is incorrect or expired. To resolve this issue, ensure the correct Bearer token is included in the Authorization header, formatted as follows: -H "Authorization: Bearer YOUR_ACCESS_TOKEN" Reference: Cisco DevNet Associate Exam Topics: Security and Access Management (understanding how to handle API tokens and authorization) Cisco Webex API Documentation (details on how to properly format API requests and handle authorization)