{ "mobile_key":"123456", "password":"123123" }
curl --location --request POST '/api/user/login/forget_password' \ --header 'Content-Type: application/json' \ --data-raw '{ "mobile_key":"123456", "password":"123123" }'
{}