Jun 15, 2023
The API docs we were working with include `curl`requests. We were trying to quickly run a couple curls back to back to see if there was a race condition.
Turns out there wasn't a race condition (something else was the problem). We could've spent the time to port those curls over to python using the requests library, but in this case a quick shell script was all we needed.