Trying to trigger a proactive message for a guest with an existing session ID.
POST /api/v2/messaging/conversations
{"guestId": "abc-123", "type": "proactive"}
Getting a 400 Bad Request. The docs say the guestId must exist, which it does. Am I missing a specific header or payload field for re-engagement?