Twitter 过滤流在 POSTMAN 中返回空输出

Twitter Filtered Stream Returning Empty Output In POSTMAN

我正在尝试使用以下 REST API 来获取符合以下规则的推文(我只是想探索如何使用 Twitter API)

这是我正在使用的API

https://api.twitter.com/2/tweets/search/stream

这是我定义的规则

我什至用我的规则 ShibaOnCoinSwitch#ShibaOnCoinSwitch 中的值发了几次推文。我注意到在 POSTMAN 中响应代码是 200,我可以看到有一些变化但响应是空的,即使在 4 秒后请看下面的屏幕截图。

知道哪里出了问题吗?我的访问级别是 Essential 我仔细阅读了文档,据我所知,这应该适用于 v2 Essential。

如果您在 Postman 中查看 Twitter 集合的文档,当您单击 Filtered Stream 时,它会显示:

Please note streaming responses are currently not supported in Postman. Use the Stream request to help form your request, then click on Code > cURL. Copy the cURL command and paste in terminal to view the response.