excludeSeries to skip sessions that belong to a content series.curl --location 'https://api.synup.com/api/v4/local-post-ideas/active-chat-session?locationId=TG9jYXRpb246MQ%3D%3D&excludeSeries=' \
--header 'Synup-Version: 2026-04-17' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx'{
"data": {
"localActiveChatSession": {
"id": "string",
"locationId": 0,
"mode": "string",
"status": "string",
"messageCount": 0,
"title": "string",
"subjectType": "string",
"subjectId": "string",
"createdAt": "string",
"updatedAt": "string"
}
}
}