Authorization: ********************{
"uploadReceipts": [
"string"
],
"images": {},
"thumbUrl": {},
"imageHash": {},
"category": "top",
"wearSlots": "top",
"subCategory": "string",
"name": "string",
"brand": "string",
"note": "string",
"colors": [
{
"key": "黑",
"hex": "string"
}
],
"material": "棉",
"style": "极简",
"seasons": "春",
"occasions": "通勤",
"weatherTraits": "waterproof",
"fitHeight": {
"min": 100,
"max": 100
},
"warmth": 1,
"formality": 1,
"customValues": {}
}curl --location --request PATCH '/api/items/' \
--header 'authorization: Bearer {{token}}' \
--header 'Authorization: Bearar {{beararToken}} <token>' \
--header 'Content-Type: application/json' \
--data '{
"uploadReceipts": [
"string"
],
"images": {},
"thumbUrl": {},
"imageHash": {},
"category": "top",
"wearSlots": "top",
"subCategory": "string",
"name": "string",
"brand": "string",
"note": "string",
"colors": [
{
"key": "黑",
"hex": "string"
}
],
"material": "棉",
"style": "极简",
"seasons": "春",
"occasions": "通勤",
"weatherTraits": "waterproof",
"fitHeight": {
"min": 100,
"max": 100
},
"warmth": 1,
"formality": 1,
"customValues": {}
}'{
"code": 0,
"data": {},
"timestamp": "2026/9/27 12:00:00",
"message": "success"
}