Authenticates an agent or admin using email and password credentials, returning a signed JWT token and user profile object.
Create Session (Sign In)
POST
/v1/sessions
Parameters
| Name | Type | Description |
|---|---|---|
emailrequired | string | Registered user email address |
passwordrequired | string | Account password |