[
  {
    "name": "Shopify to Airtable",
    "description": null,
    "url": "https://api.airtable.com/v0/{{ secrets.base_id }}/Products",
    "method": "POST",
    "headers": {
      "Content-Type": "application/json",
      "Authorization": "Bearer {{ secrets.access_token }}"
    },
    "body": "{\n  \"records\": {{ variables.records }}\n}\n"
  }
]