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