getSubscriptions

@GET(value = "subscriptions")
abstract fun getSubscriptions(@Body body: GetSubscriptionsAPI.Body): Call<Subscription>