curl --request PUT \
--url https://api.merchantops.ai/api/pricing/batches/{key} \
--header 'Content-Type: application/json' \
--data '
{
"assigned_to": "<string>",
"depends_on_catalog_batch_key": "<string>",
"description": "<string>",
"due_date": "2023-11-07T05:31:56Z",
"effective_date": "2023-11-07T05:31:56Z",
"name": "<string>",
"target_env": "<string>",
"target_key": "<string>"
}
'