/dashboard, /summary, /analytics.curl -X GET 'https://api.petstoreapi.com/v1/inventory' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'{
"available": 145,
"pending": 23,
"adopted": 892,
"total": 1060,
"bySpecies": {
"DOG": 523,
"CAT": 387,
"BIRD": 89,
"RABBIT": 45,
"FISH": 16
},
"lastUpdatedAt": "2026-01-07T10:30:00Z"
}