Refer to the exhibit.

A developer creates a Python script that queries Cisco Webex. When the script is executed, a 401 code is returned. After troubleshooting, the developer discovers that the service is missing privileges. Which change to the header in line 4 of the script results in the code 200?
- header = {'''?Authentication'''?: '''?Bearer YOUR_TOKEN'''?}
- header = {'''?Authentication Bearer'''? : '''?YOUR_TOKEN'''?
- header = {'''?Authorization Bearer'''? : '''?YOUR_TOKEN'''?}
- header = {'''?Authorization'''? : '''?Bearer YOUR_TOKEN'''?}
Reveal Solution Next Question