curl --location --request PUT 'https://petstore-prod.apifox.cn/pet' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"category": {},
"name": "doggie",
"photoUrls": [
"string"
],
"tags": [
{}
],
"status": "available"
}'
{}