Authorization: Bearer ********************curl --location --request POST 'https://api.socialidnow.com/v1/authenticators' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "totp"
}'{
"authenticator_id": "d6a28da7-d32e-44ee-85ea-37097548322d",
"type": "totp",
"verified": false,
"created_at": "2019-04-25T20:13:17.000Z",
"updated_at": "2019-04-25T20:13:17.000Z",
"qr_code_uri": "otpauth://totp/CoffeeBean:johndoe?secret=3hlwux3vrutc6p3baec6yzghucwtumyp&issuer=CoffeeBean",
"otp_secret": "3hlwux3vrutc6p3baec6yzghucwtumyp"
}