curl --request POST \
--url 'https://api.sync.stateset.com/v1/tenants/{tenant_id}/netsuite/custom-fields/batch' \
--header 'x-stateset-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"orderIds": [
"string"
],
"fieldName": "string",
"fieldValue": {}
}'