public JSONObject listPages(int perPage, int page) {
        this.apiConnection = new ApiConnection(Definitions.PAYSTACK_PAGES_LIST_PAGES);
        this.apiQuery = new ApiQuery();
        this.apiQuery.putParams("perPage", perPage);
        this.apiQuery.putParams("page", page);