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