- Mock serverhttps://innovario.apishowdown.com/_mock/petstore/store/inventory
- Default serverhttps://petstore.swagger.io/v2/store/inventory
- Sandbox serverhttps://petstore.swagger.io/sandbox/store/inventory
curl -i -X GET \
https://innovario.apishowdown.com/_mock/petstore/store/inventory \
-H 'api_key: YOUR_API_KEY_HERE'Response
{ "property1": 0, "property2": 0 }