curl --location -g --request POST '{{callbackUrl}}' \
--header 'fgg-logid: 780d9ac6-573d-4293-b8e2-b68ad14069e2' \
--header 'appid;' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "compare",
"status": 12,
"progress": 100,
"errorCode": 0,
"message": "success",
"data": {
"forceImage": false,
"similarity": 0.151313847062297,
"diffItemsCount": 1,
"addedCount": 0,
"changedCount": 1,
"removedCount": 0,
"extractedText": {}
}
}'