{
  "actions": [
    {
      "id": "listOffers",
      "type": "http",
      "method": "GET",
      "endpoint": "https://leasingsh.ro/api/public/v1/list-offers",
      "description": "Search car offers using filters. Supports pagination."
    },
    {
      "id": "listFilters",
      "type": "http",
      "method": "GET",
      "endpoint": "https://leasingsh.ro/api/public/v1/list-filters",
      "description": "List available filters. If makeName is provided, only modelNames are returned."
    },
    {
      "id": "getOffer",
      "type": "http",
      "method": "GET",
      "endpoint": "https://leasingsh.ro/api/public/v1/get-offer/{sku}",
      "description": "Get complete details of an offer by SKU."
    }
  ]
}
