Authorization: Bearer ********************read:pets-read your petswrite:pets-modify pets in your accountcurl --location '/pet/findByTags?tags=undefined'[
{
"id": 0,
"category": {
"id": 0,
"name": "string"
},
"name": "doggie",
"photoUrls": [
"string"
],
"tags": [
{
"id": 0,
"name": "string"
}
],
"status": "available"
}
]