createFavoriteCoupon

abstract fun createFavoriteCoupon(favoriteName: String, couponId: String, sessionToken: String, accessToken: String): Single<FavoriteCoupon>