Fork Copy Map data new Map<>(); data.put('username', 'usern'); data.put('password', ' password'); JsonObjectRequest jsonObjectRequest = new JsonObjectRequest(Request.Method.POST, url, data, onResponse, onError) {