{
"addres": "string",
"birthday": "string",
"cardId": "string",
"groupId": "string",
"isPromoter": true,
"mark": "string",
"realName": "string",
"status": true,
"tagId": "string",
"uid": 0
}curl --location --request POST '/api/admin/user/update?id' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"addres": "string",
"birthday": "string",
"cardId": "string",
"groupId": "string",
"isPromoter": true,
"mark": "string",
"realName": "string",
"status": true,
"tagId": "string",
"uid": 0
}'{
"code": 0,
"data": "string",
"message": "string"
}