token: ********************
{
"store_out_id": 3,
"warehouse_item_id": 2,
"num": 100
}
curl --location --request POST 'http://cmi-api.gleg.site/api/transfer-material-items' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"store_out_id": 3,
"warehouse_item_id": 2,
"num": 100
}'
{
"code": 0,
"msg": "string"
}