Authorization: ********************curl --location '/api/v1/core/documents/cancel' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"referenceDocumentId": "11111111-1111-1111-1111-111111111111",
"referenceDocumentNo": "INV-2026-0001",
"referenceDocumentDate": "2026-06-10",
"referenceDocumentTypeCode": "388",
"templateNo": "INV-7QX2K9"
}'