{
"storeId": 0,
"storeCode": "string",
"description": "string",
"shouldCorrected": "string",
"imageUrls": [
"string"
]
}curl --location -g --request POST '/{{route}}/ri/open/item/create?version=1' \
--header 'token: 111' \
--header 'Content-Type: application/json' \
--data-raw '{
"storeId": 0,
"storeCode": "string",
"description": "string",
"shouldCorrected": "string",
"imageUrls": [
"string"
]
}'{
"data": true,
"status": 0
}