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
The body is of type object
.
Token JWT gerado com sucesso. Expira em 2 horas.
The response is of type object
.