base_url: http://backend-web:8000/api flows: auth: login: method: POST path: /auth/login/ body: identifier: "admin" password: "admin123456" expected_status: 200 extract: token: token store_redis: key: "test_token" ttl: 3600