curl --location --request POST 'https://api.flashcat.cloud/api/n9e/ai-llm-config/test' \
--header 'X-User-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_type": "string",
"api_url": "string",
"api_key": "string",
"model": "string",
"extra_config": {
"timeout_seconds": 0,
"skip_tls_verify": true,
"proxy": "string",
"custom_headers": {
"property1": "string",
"property2": "string"
},
"custom_params": {
"property1": "string",
"property2": "string"
},
"temperature": 0,
"max_tokens": 0,
"context_length": 0
}
}'