Refer to the exhibit.
Which code snippet is required in the headers to successfully authorize wireless information from Cisco DNA Center?
headers = {‘X-auth-token’:’fa8426a0-8eaf-4d22-8e13-7c1b16a9370c’}
headers = {‘Authorization’:’Basic YWRtaW46R3JhcGV2aW5IMQ==’}
headers = {‘Authorization’:’Bearer ASDNFALKJER23412RKDALSNKF”}
headers = {‘Content-type’:’application/json}
Submit