There was an error while loading. Please reload this page.
Request
{ userName: string; password: string; }
Response Headers
set-cookie: string; x-id-token: string; x-access-token: string;
Response Body
{ status: number; data: { user: { id: string; userName: string; email: string; firstName: string; lastName: string; displayName: string; accountType: USER | ADMIN; isFirstTimeLogin: boolean; } } }