{
"body": {
"inventoryId": 1,
"quantity": 1,
"type": "NIl",
"reason": "string"
}
}curl --location 'https://c2.xinheyun.com/api/open/v2/inventory/blocked/add' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data '{
"body": {
"inventoryId": 1,
"quantity": 1,
"type": "NIl",
"reason": "string"
}
}'{
"code": 0,
"message": "string"
}