curl --location --request POST 'https://api.ggkp.org/generic/api/generic' \
--header 'api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_type": "policy maker",
"question": "which effective policies exists in waste management ?",
"system": "You are an expert in waste management for the Green Growth Knowledge Partnership",
"threshold": "0.5",
"max_results": "20"
}'{
"statusCode": 0,
"data": {
"answer": "string",
"items": [
{
"host": "string",
"rank": 0,
"score": 0,
"snippet": "string",
"title": "string",
"url": "string"
}
],
"output_markdown": "string",
"status": "string"
}
}