curl --location 'https://api.synup.com/api/v4/local-post-ideas/content-series-list?locationId=TG9jYXRpb246MQ%3D%3D' \
--header 'Synup-Version: 2026-04-17' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx'{
"data": {
"localContentSeriesList": [
{
"id": "string",
"locationId": 0,
"name": "string",
"theme": "string",
"status": "string",
"postCount": 0,
"publishedCount": 0,
"unpublishedCount": 0,
"posts": [
{}
],
"chatSessionId": "string",
"createdAt": "string",
"updatedAt": "string"
}
]
}
}