- method: "GET" path: "/" response: status: 200 headers: Content-Type: "application/json" body: name: "api test endpoint 1" - method: "GET" path: "/{id}" response: status: 200 headers: Content-Type: "application/json" body: id: "{id}" name: "Example User" globalUserId: "{globals.currentUserId}"