limit to cap the number of messages returned.curl --location 'https://api.synup.com/api/v4/local-post-ideas/chat-history?sessionId=7f3c1a2e-...&limit=50' \
--header 'Synup-Version: 2026-04-17' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx'{
"data": {
"localChatHistory": [
{
"id": "string",
"role": "string",
"content": "string",
"messageType": "string",
"metadata": {},
"sequence": 0,
"createdAt": "string"
}
]
}
}