SendCode type must be one of the following values ["EMAIL", "PHONE"]
SendCode
User data
const response = await fetch('/v2/auth/send-code', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "description": "text", "status": "text", "data": { "google_acces": false, "sms_id": "text", "user_found": false } }