curl --request GET \
--url http://localhost:8000/api/v1/local-seo/locations/{location_id}/analytics/report \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}curl --request GET \
--url http://localhost:8000/api/v1/local-seo/locations/{location_id}/analytics/report \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}