{
"requestParam": [
{
"userId":"{{accountId}}"
},
{
"deviceId": "{{Y30P_deviceId}}"
}
]
}
curl --location --request POST 'https://test.myusmile.online/bff/cloud/userMysteryBox/listUnread' \
--header 'TOK: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestParam": [
{
"userId":"1717800868577738754"
},
{
"deviceId": "80:b5:4e:aa:27:fe"
}
]
}'
{}