1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
{ "simulatorRequest": { "method": "GET", "path": "/so/workflows" } , "simulatorResponse": { "responseCode": 200, "body": { "workflows": [{ "id": 1, "name": "workflow 1" },{ "id": 2, "name": "workflow 2" },{ "id": 3, "name": "workflow 3" } ] } } }