{
"userId":"{{accountId}}",
"deviceId":"{{Y30P-deviceId}}",
"startTime":"",//非必填
"endTime":""//非必填
}
curl --location --request POST 'https://test.myusmile.online/bff/cloud/userPoint/detailList' \
--header 'TOK: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId":"",
"deviceId":"80:b5:4e:aa:27:fe",
"startTime":"",//非必填
"endTime":""//非必填
}'
{}