{
  "login": {
    "companyUrl": "https://myaccount.srpnet.com/power/login",
    "dataExtractionError": "[SRP] Failed to extract data",
    "invalidMessage": "The user name or password is incorrect.",
    "loginXhrUrl": "https://myaccount.srpnet.com/myaccountapi/api/login/authorize",
    "passwordSelector": "#login > form > div:nth-child(2) > div > div > div > input",
    "usernameSelector": "#login > form > div:nth-child(1) > div > div > input"
  },
  "getServiceAccounts": {
    "dataExtractionError": "[SRP] Failed to extract data",
    "userDetailsUrl": "https://myaccount.srpnet.com/myaccountapi/api/accounts/getratemetadata?billAccount=",
    "userAccountsDetailUrl": "https://myaccount.srpnet.com/myaccountapi/api/accounts/all?includeWater=true",
    "billDetailsDetailUrl": "https://myaccount.srpnet.com/power/myaccount/bill",
    "billPdfUrlSelector": "#app > div > div.container-md.body-content.px-2.pb-3 > div.container.pb-3 > div:nth-child(4) > div:nth-child(1) > div.srp-card-body > div > div:nth-child(3) > div > a:nth-child(2)"
  },
  "getMonthlyUtilityData": {
    "dataExtractionError": "[SRP] Failed to extract data",
    "getAccountHistoryUrl": "https://myaccount.srpnet.com/myaccountapi/api/accounts/getaccounthistory?billAccount="
  },
  "hourlyDataConfigs": {
    "hourlyUsageDetailsUrl": "https://myaccount.srpnet.com/myaccountapi/api/usage/hourlydetail",
    "dailyUsageDetailUrl": "https://myaccount.srpnet.com/myaccountapi/api/usage/dailyusagedetail",
    "usageDataUrl": "https://myaccount.srpnet.com/power/myaccount/usage"
  }
}
