If you’re on Windows, escaping quotes is a nightmare. Use `^` or switch to PowerShell’s `curl` (which is actually Invoke-WebRequest).
For auth, `-u` works, but some APIs want it in the URL like `?api_key=123`.
For auth, `-u` works, but some APIs want it in the URL like `?api_key=123`.
