""" SUBSCRIPTIONS Endpoints """ from fastapi import APIRouter router = APIRouter() # TODO: Implement subscriptions endpoints