{
"uniqueToken": "string"
}
curl --location --request POST '/mobile/crms/report/sleepQuality/daily' \
--header 'token: qGUGaj6nydgo3T4bNNHPzkCULnxMwSVHsibTqbQzBbu9Xw5RxbxNmpwaUctfZ49k' \
--header 'Content-Type: application/json' \
--data-raw '{
"uniqueToken": "string"
}'
{
"success": false,
"code": "",
"message": "",
"data": {
"reportId": 0,
"reportStartDate": "",
"reportEndDate": "",
"reportData": {},
"hasPre": false,
"hasNext": false
}
}