展示を参照してください。 開発者は、REST API を使用してローカル ファイルをアップロードする必要があります。開発者はドキュメントに従って情報を収集し、展示の cURL コマンドを使用してリクエストを送信しましたが、エラー コードが返されます。 有効な応答を得るには、どのアクションを実行する必要がありますか?
正解:B
In the provided cURL command, the developer needs to include an authorization header with the access token to authenticate the API request. Without proper authentication, the server will reject the request and return an error code. Reference: According to the Cisco DevNet Associate documentation, when using REST APIs to upload files, it is essential to include an Authorization header with the access token to ensure the request is authenticated properly.