{
"id": "string",
"name": "string",
"type": "string",
"reportId": "string",
"ruleId": "string",
"reportTemplateId": "string",
"createTime": "2019-08-24T14:15:22Z"
}
curl --location --request PUT 'http://localhost:8851/api/reports/' \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbiIsImF1dGgiOiJST0xFX0FETUlOLFJPTEVfVVNFUiIsImV4cCI6MTY5NDg1NjAyN30.ucimYoIO3BLwsXzgFdT9D2F08goUkTojjvK8NZ41Tu7hMHw7eNaX_jv2pWQY0pQcgGhRSpsxceGthP-n4R5w1w' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"name": "string",
"type": "string",
"reportId": "string",
"ruleId": "string",
"reportTemplateId": "string",
"createTime": "2019-08-24T14:15:22Z"
}'
{
"id": "string",
"name": "string",
"type": "string",
"reportId": "string",
"ruleId": "string",
"reportTemplateId": "string",
"createTime": "2019-08-24T14:15:22Z"
}