{
"sleepType": "NAP"
}
curl --location --request POST '/api/rlSleepReport/getMemberSleepReportList/1/20' \
--header 'token: 497bafd8f7e94a66bb73832ce1906960' \
--header 'token;' \
--header 'channel: HOSPITAL_SAAS' \
--header 'Content-Type: application/json' \
--data-raw '{
"sleepType": "NAP"
}'
{
"id": 490,
"status": "Y",
"sleepReportStatus": "FINISH",
"averageSleepScore": "20",
"duration": 810000,
"createTime": "2022-10-31 16:48:26",
"finishTime": "2022-10-31 17:01:56"
}