curl --location --request GET 'https://searchconsole.googleapis.com//sites//sitemaps'
{
"sitemap": [
{
"contents": [
{
"indexed": "string",
"submitted": "string",
"type": "WEB"
}
],
"errors": "string",
"isPending": true,
"isSitemapsIndex": true,
"lastDownloaded": "string",
"lastSubmitted": "string",
"path": "string",
"type": "NOT_SITEMAP",
"warnings": "string"
}
]
}