curl --location --request GET 'https://api.ggkp.org/search-federator/products/src_123' \
--header 'api-key: <api-key>'{
"status": "string",
"products": [
{
"title": "string",
"description": "string",
"url": "http://example.com",
"content_type": "string",
"publication_date": "2019-08-24",
"authors": [
"string"
],
"tags": [
"string"
]
}
],
"total": 0
}