{
"code": "string",
"newPassword": "string",
"phone": "string",
"email": "string"
}
curl --location --request POST 'https://core.authing.cn/api/v2/users/password/reset' \
--header 'x-authing-userpool-id: 61b95d6c96d42670da568408' \
--header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"newPassword": "string",
"phone": "string",
"email": "string"
}'
{
"code": 200,
"message": "",
"data": {
"code": 200,
"message": ""
}
}