curl --location --request GET 'http://localhost:3000/api/clothes/doublepose/1'
{
"success": true,
"data": {
"id": 1,
"originSuitIds": [
744,
748
],
"name": "梦中的王族pose",
"xingbi": 99
},
"timestamp": "2025-08-02T10:26:28.903Z"
}