Authorization: Bearer ********************
curl --location --request POST '/api/auth/two-factor/get-totp-uri' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "password": "string" }'
{ "totpURI": "string" }