Docs state: “The Web Messaging Guest API allows programmatic control over the guest session.” Trying to close a session from our backend service using POST /api/v2/webmessaging/guests/{guestId}/sessions/{sessionId}/close. Getting 404 Not Found. The guest and session IDs are valid, confirmed via GET calls. Am I hitting the wrong endpoint or is this action restricted to the client SDK?