Authenticated users should be able to create a new item with some metadata data (JSON). The endpoint should get the item ID from the itembase contract and return it along with the submitted data. As with all other authenticated endpoints, this should retrieve the user's itembase address using the api key.
User Input: {data: String (JSON)}
POST Output: {data: String(JSON), id: int32}