from enum import StrEnum class PayloadKey(StrEnum): DAT = "dat" CLIENT_ID = "client_id" APP_ID = "app_id" SLUG = "slug"