Get the twitter search API to work

This took way longer than expected. There's V1 and V2 (alpha). There's multiple tiers and each tier may be able to use different query parameters or even content within query parameters. The official Postman collection for V2 uses the old OAuth 1.0, while the API does support OAuth 2.0 and some endpoint work with OAuth 1.0, but only when you're using specific parameters, otherwise they only work with a bearer token. This frustrated me a lot more than it should have. Anyways, finally figured it out.