Last updated 9 months ago
Was this helpful?
Set a new password for the current user.
The current password as an extra precaution.
The new password to set.
curl -L \ --request POST \ --url '/me/password' \ --header 'Authorization: Bearer jwt' \ --header 'Content-Type: application/json' \ --data '{ "currentPassword": "password", "newPassword": "password" }'
No body