curl --location --request GET 'http://localhost:3000/api/clothes-suit/1'
{
"success": true,
"data": {
"id": 1,
"name": "香蕉装",
"clothesList": [
8,
9,
10,
11
]
},
"timestamp": "2025-07-28T03:13:35.601Z"
}