{
"password": "laf-user-password",
"phone": "13805718888",
"code": "032456",
"type": "ResetPassword"
}
curl --location --request POST 'https://api.laf.run/v1/auth/passwd/reset' \
--header 'Content-Type: application/json' \
--data-raw '{
"password": "laf-user-password",
"phone": "13805718888",
"code": "032456",
"type": "ResetPassword"
}'
{
"error": "string",
"data": {}
}