Authorization: Bearer ********************{
"mail": "15601691300",
"password": "buzhidao",
"socialType": 10,
"socialCode": "1024",
"socialState": "9b2ffbc1-7425-4155-9894-9d5c08541d62",
"socialCodeValid": true
}curl --location '/app-api/member/auth/resetPwdForApp' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"mail": "15601691300",
"password": "buzhidao",
"socialType": 10,
"socialCode": "1024",
"socialState": "9b2ffbc1-7425-4155-9894-9d5c08541d62",
"socialCodeValid": true
}'{
"code": 0,
"data": true,
"msg": "string"
}