Users should be able to get a list of objects they own. `/items` Output format: {items: [item_id, ...]} AC: - endpoint returns a list of items
Users should be able to get a list of objects they own.
/itemsOutput format: {items: [item_id, ...]}
AC: