curl --location --request PUT '/admin/products/marking' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"sku_induk": ["ESB-001","ESB-002"],
"marking": "trust"
}'{
"message": "Product marking updated successfully"
}