{
"phone": "",
"name": "",
"id": "",
"email": "",
"faceImage": "",
"roles": [
{
"roleCode": "string",
"roleName": "string",
"assigned": true
}
]
}
curl --location --request POST 'https://iot-dev.utapp.cn/api/user/update' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone": "",
"name": "",
"id": "",
"email": "",
"faceImage": "",
"roles": [
{
"roleCode": "string",
"roleName": "string",
"assigned": true
}
]
}'
{}