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