curl --location --request PUT 'http://localhost:8085/api/user/privacy' \
--header 'Content-Type: application/json' \
--data '{
"options": [
{
"type": 0,
"value": 0
}
]
}'{
"code": 0,
"data": {
"code": 0,
"result": {
"code": 0,
"count": 0,
"message": [
0
]
}
},
"message": "string"
}