curl --request GET \
--url http://localhost:3000/v1/inventory/available-slots{
"available_slots": [
null
],
"total_count": 123,
"available_count": 123,
"zone": "<string>"
}Returns all inventory slots in a zone with is_occupied flag.
curl --request GET \
--url http://localhost:3000/v1/inventory/available-slots{
"available_slots": [
null
],
"total_count": 123,
"available_count": 123,
"zone": "<string>"
}