public JSONObject enableSubscription(String code, String token) {
        this.apiConnection = new ApiConnection(Definitions.PAYSTACK_SUBSCRIPTIONS_ENABLE_SUBSCRIPTION);
        this.apiQuery = new ApiQuery();

        this.apiQuery.putParams("code", code);