ScenarioMock lets you build mock API servers that actually behave like real ones.
POST /users creates a resource. GET /users/:id retrieves it. DELETE returns 404.
Return 500 on the 3rd request. Return 401 without an Authorization header.
Set up these behaviors in a GUI — no code needed. Share the URL and your team can test immediately, no auth required.