storeSubscription

@PUT(value = "subscriptions/{id}")
abstract fun storeSubscription(@Body body: StoreSubscriptionAPI.Body): Call<Subscription>