cURL
curl --request POST \ --url https://api.lyceum.technology/api/v2/external/auth/login \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>", "password": "<string>" } '
{ "access_token": "<string>", "refresh_token": "<string>", "user_id": "<string>", "email": "<string>" }
Login with email and password, return JWT tokens. This JWT can be used directly with MinIO STS.
Successful Response