curl --location --request GET 'https://api.ggkp.org/search-federator/sources' \
--header 'api-key: <api-key>'{
"status": "string",
"sources": [
{
"id": "string",
"name": "string",
"url": "string",
"product_count": 0
}
]
}