Graph (1 / 16): You are trying to update the passwordProfile of a user to reset their password. What method should you use?
{METHOD} https://graph.microsoft.com/v1.0/users/{id}
{
"passwordProfile": {
"forceChangePasswordNextSignIn": false,
"password": "xWwvJ]6NMw+bWH-d"
}
}