/v3/oauth/2fa/resendcode
If there's a code for e-mail auth, resend it to the registered e-mail;
METHOD: POST
AUTH: TRUE
AUTH TYPE: `USER AUTH`
HEADER:
'Authorization': 'Bearer <%= token %>'BODY:
NONE
RETURNS (200)
{ success: true }
Last updated
If there's a code for e-mail auth, resend it to the registered e-mail;
METHOD: POST
AUTH: TRUE
AUTH TYPE: `USER AUTH`
HEADER:
'Authorization': 'Bearer <%= token %>'BODY:
NONE
RETURNS (200)
{ success: true }
Last updated