- Mock serverhttps://innovario.apishowdown.com/_mock/catalog/api-showdown/api-hub/kitchen/openapi/ingredients
- https://cloud.kitchen.fake.com/v1https://cloud.kitchen.fake.com/v1/ingredients
curl -i -X GET \
https://innovario.apishowdown.com/_mock/catalog/api-showdown/api-hub/kitchen/openapi/ingredients \
-H 'authorization: YOUR_API_KEY_HERE'Response
{ "object": "list", "page": { "endCursor": "ZG9uJ3QgZGVjb2RlIG1l", "startCursor": "ZG9uJ3QgZGVjb2RlIG1l", "hasNextPage": true, "hasPrevPage": false, "limit": 100, "total": 100 }, "total": 100, "items": [ { … } ] }