{
"platformCode": "sonyOs",
"dbOpenId": "281528012360211077",
"nickname": "这些年来",
"avatar": "http://dummyimage.com/100x100",
"sex": 0,
"birthday": "2014-09-12",
"country": "中国",
"province": "浙江省",
"city": "杭州市"
}
curl --location --request POST 'https://testgateway.dangbei.net/uc/userApi/v3/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"platformCode": "sonyOs",
"dbOpenId": "281528012360211077",
"nickname": "这些年来",
"avatar": "http://dummyimage.com/100x100",
"sex": 0,
"birthday": "2014-09-12",
"country": "中国",
"province": "浙江省",
"city": "杭州市"
}'
{
"requestId": "704a8c83-6ea5-457e-9cb4-c15c8a832c20",
"success": true,
"errCode": null,
"errMessage": null,
"data": null
}