Authorization: Bearer ********************{
"nickname": "张三(已更新)",
"phone": "13800138001",
"roles": [
"storeOwner"
]
}curl --location --request POST '/users:update?filterByTk=1' \
--header 'X-SPACES: default' \
--header 'X-SPACES: {{space}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"nickname": "张三(已更新)",
"phone": "13800138001",
"roles": [
"storeOwner"
]
}'