curl --location --request POST 'https://useraccounts.srblabs.io/api/v1/apps//inventory' \
--header 'Content-Type: application/json' \
--data-raw '{
"itemName": "Sword of Power",
"itemType": "weapon",
"systemMetadata": {},
"userId": "a4e1e3d6-8e1b-4f5a-9e2d-7f1c8a1b9d0e",
"userMetadata": {}
}'
{
"applicationId": "string",
"createdAt": "string",
"id": "string",
"itemName": "string",
"itemType": "string",
"latestSystemMetadataVersion": 0,
"latestUserMetadataVersion": 0,
"retrievedMetadata": {
"createdAt": "string",
"data": {},
"type": "string",
"version": 0
},
"systemMetadata": {},
"updatedAt": "string",
"userId": "string",
"userMetadata": {}
}