{ "verify_code": "string", "passport": "string", "captcha": "string", "password": "string" }
curl --location -g --request POST '/api/web/system/v1/auth/reset_password?_weiran_secret={{weiran-secret}}' \ --header 'x-os: {{x-os}}' \ --header 'x-id: {{x-id}}' \ --header 'Authorization: Beare {{_token}}' \ --header 'x-type: user' \ --header 'Content-Type: application/json' \ --data-raw '{ "verify_code": "string", "passport": "string", "captcha": "string", "password": "string" }'
{ "code": 1, "message": "string" }