curl --request POST \
--url http://localhost:5300/api/v1/provider/providers \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"name": "OpenAI",
"requester": "openai-chat-completions",
"base_url": "https://api.openai.com/v1",
"api_keys": [
"sk-xxx"
]
}
'