""" WEBHOOKS Endpoints """ from fastapi import APIRouter router = APIRouter() # TODO: Implement webhooks endpoints