{ "items": [ { "company_id": 3205, "sku": "HGBT235235", "priority": 1 } ] }
curl --location --request PUT '/webhooks/listing-priority' \ --header 'Content-Type: application/json' \ --data-raw '{ "items": [ { "company_id": 3205, "sku": "HGBT235235", "priority": 1 } ] }'
{}