Authorization: ********************
curl --location --request PUT '/users/password' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "oudWachtwoord": "string", "nieuwWachtwoord": "string" }'