curl --location -g --request PATCH 'https:///api/v2/organizations/llm-configs/' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"is_enabled": true,
"supports_function_calling": true
}'{
"success": true,
"message": "string",
"data": {
"id": 0,
"is_enabled": true,
"supports_function_calling": true
}
}