Hi! I want to use an API to export all product information that is stored in my Salsify account. I need to use an export run command because the account has over 10,000 products. Here is the documentation I have been using for reference: https://developers.salsify.com/reference/start-export-run
This is my workflow so far, I am getting an HTTP/1.1 422 Unprocessable Entity error
The formulas are
curl = "https://app.salsify.com/api/orgs/{org_id}/export_runs"
Authorization = "Bearer {apikey)"
Content-Type = "application/json"
configuration= '{"entity_type": "product"}'
Screenshots are from the download tool
I think the syntax for the configuration or body portion is incorrect but I'm not sure how to fix it.