curl --request POST \
--url https://api.production.hyperoru.com/api/hyper-ai/profile/llm \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"api_key": "<string>",
"model": "<string>",
"provider": "<string>",
"base_url": "<string>"
}
'