curl --location --request GET 'https://api.twitter.com/2/tweets/counts/all?query='
{
"data": [
{
"end": "2019-08-24T14:15:22Z",
"start": "2019-08-24T14:15:22Z",
"tweet_count": 0
}
],
"errors": [
{
"detail": "string",
"title": "string",
"status": 0,
"type": "about:blank"
}
],
"meta": {
"next_token": "string",
"total_tweet_count": 0
}
}