{
"id_list": [
0
]
}
curl --location --request POST '/user/reset-pwd' \
--header 'Content-Type: application/json' \
--data-raw '{
"id_list": [
0
]
}'
{
"isSuccess": true,
"code": 0,
"errorMessage": "string",
"data": "string"
}