curl --location --request POST 'https://api.ggkp.org/search-federator/upload-products' \
--header 'api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"source_id": "src_123",
"products": [
{
"title": "string",
"description": "string",
"url": "http://example.com",
"content_type": "string",
"publication_date": "2019-08-24",
"authors": [
"string"
],
"tags": [
"string"
]
}
]
}'{
"status": "string",
"uploaded_count": 0,
"message": "string"
}