Authorization: ********************curl --location --request POST 'https://api-homolog.docsend.com.br/api/v1/auth/2fa/setup-with-credentials' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"loginOrEmail": "string",
"password": "string"
}'{
"qrCodeBase64": "string",
"secret": "string",
"backupCodes": [
"string"
],
"message": "string"
}