Authorization: ********************
curl --location --request POST '/auth/reset' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "code": "string", "nieuwWachtwoord": "string" }'