{
"site_statistic" : {
"clarity_app_id" : "123123"
}
}
curl --location --request POST '/adminapi/settings.SiteStatistic/set' \
--header 'version: 2.0' \
--header 'token: {{ptoken}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"site_statistic" : {
"clarity_app_id" : "123123"
}
}'
{}