- Type =
https
Adding http to scenario. There is not any sub type yet.
-
Data request to create:
{ "data": { "url": "http://localhost:8080/api/ping", "method": "post", "body": { "test": "test" } } }
-
Data response
{ "data": { "id": 23, "url": "http://localhost:8080/api/ping", "method": "post", "body": { "test": "test" } } }