curl --request GET \
--url https://api.oneofnone.io/v1/team/inventory \
--header 'x-api-key: <api-key>'[
{
"team_id": "<string>",
"total_purchased": 123,
"total_reserved": 123,
"total_damaged": 123,
"total_available": 123,
"chip": {
"id": 123,
"name": "<string>",
"category": "<string>",
"image": {
"url": "<string>"
},
"sku": "<string>"
}
}
]curl --request GET \
--url https://api.oneofnone.io/v1/team/inventory \
--header 'x-api-key: <api-key>'[
{
"team_id": "<string>",
"total_purchased": 123,
"total_reserved": 123,
"total_damaged": 123,
"total_available": 123,
"chip": {
"id": 123,
"name": "<string>",
"category": "<string>",
"image": {
"url": "<string>"
},
"sku": "<string>"
}
}
]