token: ********************
{
"num": 103
}
curl --location --request PUT 'http://cmi-api.gleg.site/api/store-in-items/2' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"num": 103
}'
{
"code": 0,
"msg": "string"
}