{ "success": false, "error": { "status": 401, "code": "INVALID_CREDENTIALS", "message": "Invalid login credentials" }, "data": null }
Login with email and password
curl -X POST https://api.transaction.gg/auth/login \ -H "Content-Type: application/json" \ -d '{ "email": "[email protected]", "password": "password123" }'
{ "success": true, "error": null, "data": { "token": "jwt_token" } }