The docs state: “The guest API allows programmatic control of the session lifecycle.” Trying to close a session from our backend service. POST to /api/v2/webmessaging/guests/{guestId}/sessions/{sessionId}/close returns 404. Token is valid for other calls. Am I missing a scope or is this endpoint read-only?