Returns a single pet
ID of pet to return
successful operation
Invalid ID supplied
Pet not found
curl -i -X GET \ 'https://petstore.swagger.io/v2/pet/{petId}' \ -H 'api_key: YOUR_API_KEY_HERE'