{
"newPassword": "test123",
"newPasswordConfirm": "test123"
}
curl --location --request PUT 'https://sso.gameown.io/api/me/password' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"newPassword": "test123",
"newPasswordConfirm": "test123"
}'
{}