Chrome
- Go to your dev tools in Chrome and open the network tab
- (optional) Filter the request list by data type such as docs (HTML) or Fetch/XHR (JSON)
- Right click the network request that you want the cURL for
- Go to copy -> Copy as cURL (bash)
- Paste the cURL in the converter above to get the Rust code