{
"index": [
"string"
],
"uuids": [
"string"
],
"rootArticleIds": [
"string"
]
}
curl --location --request POST '/v1/search/getSearchByUuids' \
--header 'appKey;' \
--header 'nonce;' \
--header 'timestamp;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"index": [
"string"
],
"uuids": [
"string"
],
"rootArticleIds": [
"string"
]
}'