Genera un Token JWT usando el correo y un API Token

Schema

login{
email	string
example: [email protected]
apiToken	string
example: dc79a6bc-de3c-5bc7-a877-712bea708d8f
}

Response: COD: 200 Descripción: OK

loginResponse{
description:	
Contenido de respuesta del login que incluye el JWT

access_token_jwt	string
expires_in	integer
example: 86400
token_type	string
example: Bearer
}
Language
URL
Click Try It! to start a request and see the response here!