{oauth_token_endpoint}" \ --header "content-type: application/x-www-form-urlencoded" \ --data grant_type=${oauth_grant_type} \ --data client_id="${oauth_client_id}" \ --data client_secret="${oauth_client_secret}" \ --data scope="${oauth_scope}") access_token=$(echo $access...