curl --request POST \
--url https://api.surnex.io/v1/geo/snapshots \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"platform": "google",
"location_code": 123,
"language_code": "<string>",
"targets": [
{
"type": "domain",
"value": "<string>"
}
],
"options": {
"include_top_domains": false,
"include_top_pages": false,
"include_evidence_rows": false
}
}
'