{ "password":"123123" }
curl --location --request POST '/api/user/user/modify_password' \ --header 'Content-Type: application/json' \ --data-raw '{ "password":"123123" }'
{}