{
"requestParam": [
{
"userId":"{{accountId}}"
},
{
"deviceId": "{{Y30_deviceId}}"
}
]
}
curl --location --request POST 'https://test.myusmile.online/bff/cloud/userMysteryBox/listAll' \
--header 'TOK: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestParam": [
{
"userId":""
},
{
"deviceId": "58:8c:81:d9:60:32"
}
]
}'
{}