curl --request POST \
--url https://prod-contactswing-fastapi-962560522883.us-central1.run.app/v2/_knowledge_base \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"urls": "<string>",
"files": "<string>"
}
'