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