curl --location --request PUT 'https://gamefusion-op-ui-v1.pt198.com/dataApi/system/user/profile/updatePwd' \
--header 'Content-Type: application/json' \
--data '{
"oldPassword": "string",
"newPassword": "string"
}'{
"code": 0,
"msg": "string",
"data": {}
}