curl --location '/api/reports/sites'{
"success": true,
"data": [
{
"id": "string",
"name": "string",
"display_name": "string",
"category": "string",
"type": "BROWSER_BASED",
"status": "string",
"enabled": true,
"success_count": 0,
"failure_count": 0,
"success_rate": 0,
"prompt": "string",
"gpt_config": {
"model": "gpt-4-turbo",
"temperature": 0,
"max_tokens": 0,
"response_format": "string"
},
"response_config": {
"required_fields": [
"string"
],
"form_fields": {
"property1": {
"type": "string",
"required": true,
"max_length": 0,
"options": [
"string"
],
"description": "string"
},
"property2": {
"type": "string",
"required": true,
"max_length": 0,
"options": [
"string"
],
"description": "string"
}
},
"schema": "string"
}
}
]
}