curl --location 'https://api.synup.com/api/v4/social-post-ideas/content-series-detail?seriesId=3a1f...' \
--header 'Synup-Version: 2026-04-17' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx'{
"data": {
"contentSeriesDetail": {
"id": "string",
"socialProfileId": "string",
"name": "string",
"theme": "string",
"status": "string",
"postCount": 0,
"publishedCount": 0,
"unpublishedCount": 0,
"posts": [
{}
],
"chatSessionId": "string",
"createdAt": "string",
"updatedAt": "string"
}
}
}