curl --request POST \
--url https://api.diadna.cloud/queryGroup/addQueryIdsToQueryGroup \
--header 'Content-Type: application/json' \
--header 'secret-key: <api-key>' \
--data '
{
"QueryGroupID": 123,
"addedQueryIds": [
"<string>"
],
"removedQueryIds": [
"<string>"
]
}
'