curl --request POST \
--url http://localhost:8080/miniapp/devices/remove \
--header 'Content-Type: application/json' \
--data '
{
"initData": "<string>",
"hwid": "<string>"
}
'{
"success": true,
"message": "<string>"
}curl --request POST \
--url http://localhost:8080/miniapp/devices/remove \
--header 'Content-Type: application/json' \
--data '
{
"initData": "<string>",
"hwid": "<string>"
}
'{
"success": true,
"message": "<string>"
}