{
"site_statistic" : {
"clarity_app_id" : "1234566778899"
}
}
curl --location --request GET '/adminapi/settings.SiteStatistic/set' \
--header 'version: 1' \
--header 'token: 757aeabea936900775561ae0a31a09bb' \
--header 'Content-Type: application/json' \
--data-raw '{
"site_statistic" : {
"clarity_app_id" : "1234566778899"
}
}'
{}