curl --location --request POST '/auth/2fa/verify/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"secret": "string",
"code": "string",
"recoveryCodes": [
"string"
]
}'{
"message": "2FA succesvol ingeschakeld"
}