'Tweeter API 2 - get recent tweets without providing keyword

How to download recent tweets regardless of keyword? I want any recent tweet from the Twitter API version 2. Is it possible? If it is, how to write a query?

For example, it will download tweets containing word cat:

https://api.twitter.com/2/tweets/search/recent?query=cat

but what query to use to use instead of ?? to get tweets for any keyword:

https://api.twitter.com/2/tweets/search/recent?query=??

In API1.1, it was possible to use * as a query, but it seems it is not working for API2. If I commit a query I get the following error: The query query parameter can not be empty.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source