{
"id": "string",
"property1": "string",
"property2": "string"
}curl --location --request POST 'https://api.recomms.ai//items' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"property1": "string",
"property2": "string"
}'{
"status": "success",
"id": 0
}