curl --request POST \
--url https://api.teleskop.dev/posts/count \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"projects": [],
"start_date": "2025-01-01 14:30:00",
"end_date": "2025-01-02 14:30:00",
"channels": [],
"categories": [],
"search": "<string>",
"sentiments": [],
"labels": [],
"excludes": [],
"favorites": [],
"min_score": 123,
"max_score": 123,
"min_followers": 123,
"max_followers": 123,
"next_cursor": "<string>",
"prev_cursor": "<string>",
"limit": 123
}
'