{
  "currency": "BRL",
  "trial_days": 5,
  "checkout_url": "https://app.syncro.chat/register",
  "data": [
    {
      "id": "starter",
      "name": "Starter",
      "monthlyPrice": 59.9,
      "semestralMonthlyPrice": 49.92,
      "semestralTotal": 299.5,
      "annualMonthlyPrice": 44.93,
      "annualTotal": 539.1,
      "currency": "BRL",
      "users": 1,
      "contacts": 2000,
      "popular": false,
      "contactSales": false
    },
    {
      "id": "essencial",
      "name": "Essencial",
      "monthlyPrice": 199.9,
      "semestralMonthlyPrice": 166.58,
      "semestralTotal": 999.5,
      "annualMonthlyPrice": 149.93,
      "annualTotal": 1799.1,
      "currency": "BRL",
      "users": 3,
      "contacts": 6000,
      "popular": false,
      "contactSales": false
    },
    {
      "id": "entry",
      "name": "Entry",
      "monthlyPrice": 449.9,
      "semestralMonthlyPrice": 374.92,
      "semestralTotal": 2249.5,
      "annualMonthlyPrice": 337.43,
      "annualTotal": 4049.1,
      "currency": "BRL",
      "users": 6,
      "contacts": 20000,
      "popular": true,
      "contactSales": false
    },
    {
      "id": "empresarial",
      "name": "Empresarial",
      "monthlyPrice": null,
      "semestralMonthlyPrice": null,
      "semestralTotal": null,
      "annualMonthlyPrice": null,
      "annualTotal": null,
      "currency": "BRL",
      "users": null,
      "contacts": null,
      "popular": false,
      "contactSales": true,
      "custom": true
    }
  ],
  "meta": {
    "total": 4
  }
}