curl --location --request POST 'https://api.ggkp.org/search-federator/upload-source' \
--header 'api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"source_name": "Partner Organization Library",
"source_url": "https://partner.org/library",
"description": "string"
}'{
"status": "string",
"source_id": "string",
"message": "string"
}