curl --location --request DELETE 'http://localhost:8085/api/user/safety/devices' \
--header 'Content-Type: application/json' \
--data '{
"uuid": "string"
}'{
"code": 0,
"data": {
"base_response": {
"code": 0,
"message": {
"value": "string"
}
},
"rest_count": 0
},
"message": "string"
}