/petPet object that needs to be added to the store
pet status in the store
curl -X PUT "https://petstore.swagger.io/v2/pet" \
-H "Content-Type: application/json" \
-d '{
"id": 0,
"category": {
"id": 0,
"name": "string"
},
"name": "doggie",
"photoUrls": [
"string"
],
"tags": [
{
"id": 0,
"name": "string"
}
],
"status": "available"
}'