{
"id": 0,
"personId": 0,
"dataType": 0,
"deviceIdList": [
"string"
]
}
curl --location --request PUT '/v1/personOrganization/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"personId": 0,
"dataType": 0,
"deviceIdList": [
"string"
]
}'
{
"message": "",
"code": 0,
"data": {}
}