auth
Enable two-factor authentication
post/auth/2fa/enable
Response
Two-factor authentication enabled successfully
Example response
{
"status": "success",
"message": "Two-factor authentication enabled successfully",
"statusCode": 201,
"data": {
"secret": "secret",
"qr_code": "qr_code"
}
}