curl --request POST \
--url https://api.example.com/v1/external-apis \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"name": "<string>",
"url": "<string>",
"api_key": "<string>",
"type": "openai_compatible_llm"
}
'