curl --request GET \
--url https://api.example.com/api/sonic/profile{
"dimensions": [
{
"coverage_pct": 50,
"slug": "<string>",
"title": "<string>",
"territories_hit": [
"<string>"
],
"territories_total": 0
}
],
"overall_coverage_pct": 0,
"total_sources": 0
}Aesthetic profile - coverage across 6 dimensions.
curl --request GET \
--url https://api.example.com/api/sonic/profile{
"dimensions": [
{
"coverage_pct": 50,
"slug": "<string>",
"title": "<string>",
"territories_hit": [
"<string>"
],
"territories_total": 0
}
],
"overall_coverage_pct": 0,
"total_sources": 0
}