curl --location '/api/reports/sites//response-config'{
"data": {
"site_name": "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"
}
}
}