limit to cap the number of sessions returned.curl --location 'https://api.synup.com/api/v4/social-post-ideas/chat-sessions?socialProfileId=6f1c2a90-...&limit=20' \
--header 'Synup-Version: 2026-04-17' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx'{
"data": {
"chatSessions": [
{
"id": "string",
"socialProfileId": "string",
"mode": "string",
"status": "string",
"messageCount": 0,
"title": "string",
"createdAt": "string"
}
]
}
}