Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Dados de autenticação
Autentica um usuário e retorna um token JWT se as credenciais estiverem corretas. O token expira em 2 horas.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Dados de autenticação