https://httpbin.org/ I'm surprised I had never used this earlier. Has a lot of cool hooks to test things, like: ``` https://httpbin.org/status/404 ``` to test Not found error handling. Or ``` https://httpbin.org/delay/10 ``` to test a 10 second delay.