curl --request PATCH \
--url https://api.puppetvendors.com/v2/lineitems/bulk \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"updates": [
{
"lineItemId": "<string>",
"vendorId": "<string>",
"ignoreInPayout": true
}
]
}
'