{
"custNum": "string",
"reportId": 0,
"deviceNo": "string",
"reportCode": "string",
"reportStartDate": "string",
"reportEndDate": "string"
}
curl --location --request POST '/bigscreen/crms/report/radarHeatMap/weekly' \
--header 'token: qGUGaj6nydgo3T4bNNHPzkCULnxMwSVHsibTqbQzBbu9Xw5RxbxNmpwaUctfZ49k' \
--header 'Content-Type: application/json' \
--data-raw '{
"custNum": "string",
"reportId": 0,
"deviceNo": "string",
"reportCode": "string",
"reportStartDate": "string",
"reportEndDate": "string"
}'
{
"success": false,
"code": "",
"message": "",
"data": {
"reportId": 0,
"reportStartDate": "",
"reportEndDate": "",
"reportData": {},
"hasPre": false,
"hasNext": false
}
}