Authorization: ********************Device-Token: ********************curl --location --request GET '/api/user/generate-totp' \
--header 'Authorization: Bearer <token>' \
--header 'Device-Token: <api-key>'{
"data": {
"qr_code": "string",
"secret": "string"
}
}