limit to cap the number of sessions returned.curl --location 'https://api.synup.com/api/v4/local-post-ideas/chat-sessions?locationId=TG9jYXRpb246MQ%3D%3D&limit=20' \
--header 'Synup-Version: 2026-04-17' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx'{
"data": {
"localChatSessions": [
{
"id": "string",
"locationId": 0,
"mode": "string",
"status": "string",
"messageCount": 0,
"title": "string",
"subjectType": "string",
"subjectId": "string",
"createdAt": "string",
"updatedAt": "string"
}
]
}
}