write:pets scope or Bearer tokencurl --location --request PUT 'https://api.petstoreapi.com/v1/pets/' \
--header 'X-Tenant-ID: 550e8400-e29b-41d4-a716-446655440000' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Max Updated",
"species": "DOG",
"breed": "Golden Retriever",
"ageMonths": 25,
"size": "LARGE",
"color": "Golden",
"gender": "MALE",
"goodWithKids": true,
"price": "275.00",
"currency": "USD",
"status": "AVAILABLE",
"description": "Friendly and well-trained golden retriever",
"medicalInfo": {
"vaccinated": true,
"spayedNeutered": true,
"microchipped": true,
"specialNeeds": false,
"healthNotes": "Up to date on all vaccinations, recent dental cleaning"
}
}'{
"id": "019b4132-70aa-764f-b315-e2803d882a24",
"species": "DOG",
"name": "Whiskers",
"breed": "Domestic Shorthair",
"ageMonths": 18,
"size": "SMALL",
"color": "Orange Tabby",
"gender": "MALE",
"goodWithKids": true,
"price": "75.00",
"currency": "USD",
"description": "string",
"status": "AVAILABLE",
"createdAt": "2025-12-21T13:56:23Z",
"updatedAt": "2025-12-21T13:56:23Z",
"tenantId": "550e8400-e29b-41d4-a716-446655440000",
"photos": [
"http://example.com"
],
"medicalInfo": {
"spayedNeutered": true,
"vaccinated": true,
"microchipped": true,
"specialNeeds": true,
"healthNotes": "string"
}
}