curl --location --request GET 'https://petstore-prod.apifox.cn/pet/findByStatus?status'
[
{
"id": 0,
"category": {
"id": 0,
"name": "string"
},
"name": "doggie",
"photoUrls": [
"string"
],
"tags": [
{
"id": 0,
"name": "string"
}
],
"status": "available",
"createTime": "string",
"location": {
"province": "string",
"city": "string",
"district": "string"
}
}
]