List pets
GET /v1/pets returns a paginated collection.
Request
curl https://api.pawprint.test/v1/pets \
-H "Authorization: Bearer $PAWPRINT_TOKEN"
Response
{"data":[{"id":"pet_01","name":"Mochi","species":"cat"}],"next":null}
GET /v1/pets returns a paginated collection.
curl https://api.pawprint.test/v1/pets \
-H "Authorization: Bearer $PAWPRINT_TOKEN"
{"data":[{"id":"pet_01","name":"Mochi","species":"cat"}],"next":null}