curl --request PATCH \
--url https://api.oplog.one/openapi/v1/ReceivingOrders/UpdateReceivingOrderTag \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data '
{
"referenceNumber": "<string>",
"tag": "<string>"
}
'