curl --location --request POST '/api/v1/reset-password' \
--header 'Content-Type: application/json' \
--data-raw '{
"app": "91KWX-108N6XYYQBM",
"sign": "SDIK90FU483UF89UDSI90IS",
"data": {
"account": "user1",
"passwd": "123456",
"email": "875682494@qq.com",
"feature": "smUABRj1Pzst64IvFmDhDC",
"mac": "63445372-9cfd-4afa-b8d6-ee3ea3c7db6d",
"version": "1.0",
"uuid": "c1fe9a99-7af8-4668-9a9b-2bdd74444728",
"clientid": "91b895ea-aa4c-444e-89c3-1f9c8a557058",
"clientos": "Windows 10 专业版"
}
}'
{
"state": "success",
"data": {
"code": 0,
"message": "ok"
},
"sign": ""
}