V2Login
LoginRequestBody
User data
const response = await fetch('/v2/auth/login', { method: 'POST', headers: { "Resource-Id": "text", "Environment-Id": "text", "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "description": "text", "status": "text", "data": "text" }