curl --location --request POST '/api/auth/two-factor/enable' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"password": "string",
"issuer": "string"
}'
{
"totpURI": "string",
"backupCodes": [
"string"
]
}