curl --location --request PUT '/api/reports/sites/' \
--header 'Content-Type: application/json' \
--data '{
"name": "SPAMHAUS_V2",
"display_name": "string",
"description": "string",
"url": "string",
"category": "string",
"type": "BROWSER_BASED",
"enabled": true,
"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"
}
}'