AuthResponse
orgName string
Name of the organization the user belongs to
Example:
Acme Corp
token stringrequired
Authentication token used for every API request
Example:
8847eae8-9ef1-123-abc
AuthResponse
{
"orgName": "Acme Corp",
"token": "8847eae8-9ef1-123-abc"
}