Authenticates a user and returns a suki token which can be used to access other APIs.
suki_token
that you must use to authorize all subsequent API calls for that user.
The suki_token
is a JWT that is valid for one hour. It contains the user, organization, and partner information needed to access Suki services.
jwt_bearer
field.AuthenticationRequest
Request body for the /auth/login endpoint
Success Response
Response received after authenticating user