{
"token": "string",
"password": "string"
}
curl --location --request POST 'https://core.authing.cn/api/v2/users/password/reset-by-first-token' \
--header 'x-authing-userpool-id: 59f86b4832eb28071bdd9214' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"password": "string"
}'
{
"code": 200,
"message": "重置密码成功"
}