#!/bin/bash ADMIN="ui2qNb8PYo6NaPVcLuFXx2nQD6U7Alsm" id=$1 user=$2 curl --noproxy '*' -s -L \ --request PUT \ --header "PRIVATE-TOKEN: ${ADMIN}" \ --header "Content-Type: application/json" \ http://localhost:8930/ketr.ketran/api/v1/games/${id}/kick/${user} | jq .status