curl --location --request POST 'https://open-auth.tezign.com/open-api/standard/v1/submitQueryResult' \
--header 'Access-token: a96d544f-50e3-40df-a2b5-597d9dd9ab4d' \
--header 'Access-token: ca268e07-882d-4bc9-8e2d-1a4eb2279f32' \
--header 'Token-type: bearer' \
--header 'x-open-api-user: admin@ctf-test.tezign.com' \
--header 'x-asm-prefer-tag: version-env-07' \
--header 'Content-Type: application/json' \
--data-raw '{
"param": {
"libraryType": "product_library",
"clientId": "cli_1773035997523",
"uuid": "f75fdacc8f2042599086f569027462ac",
"operateType": "all",
"contentId": null,
"likeType": 1
}
}'