curl -X POST https://visibility.amp.cisco.com/iroh/oauth2/token \ --header "Accept: application/json" \ --header "Content-Type: application/x-www-form-urlencoded; charset=UTF-8" \ --header "User-Agent: ob-http" \ --header "Authorization: Basic " \ -d "code=" \ -d "redirect_uri=https://localhost:4443/callback" \ -d "scope=admin" \ -d "grant_type=authorization_code"