curl --location --request POST 'https://api.ggkp.org/search-federator/semantic' \
--header 'api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"fulltext": "how can small island nations transition to renewable energy?",
"source": "GEF ISLANDS"
}'[
{
"id": "string",
"title": "string",
"link": "string",
"domain_source": [
{
"name": "string",
"host": "string"
}
],
"summary": "string",
"image": "string",
"distance": 0,
"type": "string"
}
]