public JSONObject listCustomers(int perPage, int page) {
        this.apiConnection = new ApiConnection(Definitions.PAYSTACK_CUSTOMERS_LIST_CUSTOMERS);

        ApiQuery apiQuery = new ApiQuery();
        apiQuery.putParams("perPage", perPage);