{
  "baseUrl": "http://localhost:3000",
  "bearerToken": "${API_TOKEN}",
  "headers": {
    "X-Api-Key": "${API_KEY}"
  },
  "timeoutMs": 15000,
  "ignore": ["fixtures", "mocks"],
  "sampleValues": {
    "id": 1,
    "email": "test@example.com",
    "body": { "name": "example", "value": 42 }
  }
}
