IAM - Autenticación
bash
curl -X POST https://back.transcend.cargoffer.com/api/auth/login \
-H "Content-Type: application/json" \
-d '{"email": "user@example.com", "password": "secret"}'