Authorization: Bearer ********************
{
"deviceId": "283b1f62-a876-42c6-a560-268efc07439c"
}
curl --location --request POST '/hmd-wx/api/v2/userctx/user/app/device/unbind' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": "283b1f62-a876-42c6-a560-268efc07439c"
}'
{
"code": 0,
"message": "string",
"data": "string"
}