curl --location --request GET 'https://petstore3.swagger.io/api/v3/pet/findByTags?tags' \
--header 'X-Tenant-ID: 550e8400-e29b-41d4-a716-446655440000'[
{
"id": 10,
"name": "doggie",
"category": {
"id": 1,
"name": "Dogs"
},
"photoUrls": [
"string"
],
"tags": [
{
"id": 0,
"name": "string"
}
],
"status": "available"
}
]