Post a sale (operator OAuth)
Creating or updating a sale is operator-only. Independent developers cannot post sales with API keys.
HTTP
Endpoint: POST /v1/operator/sales
Auth: Authorization: Bearer <oauth_access_token>
Status: coming next (this page defines the contract)
Request body
{
"title": "My Sale",
"city": "Atlanta",
"state": "GA",
"start_date": "2026-05-10",
"end_date": "2026-05-12"
}