Authorization: Bearer ********************
{
"dateOfBirth": "1997-01-01",
"address": {
"street": "珠江西路15号",
"postalCode": "510623",
"countryCode": "CN"
},
"jobInfo": {
"company": "广州中望龙腾软件股份有限公司",
"industry": "计算机软件",
"department": "研发中台",
"title": "测试工程师"
},
"isEmailReceiveInfo": true
}
curl --location --request POST 'https://accounts.zwsoft.cn/api/v1.0/manage/users/details' \
--header 'Authorization: Bearer eyJhbGciB5DZtTWYVqa9A' \
--header 'Content-Type: application/json' \
--data-raw '{
"dateOfBirth": "1997-01-01",
"address": {
"street": "珠江西路15号",
"postalCode": "510623",
"countryCode": "CN"
},
"jobInfo": {
"company": "广州中望龙腾软件股份有限公司",
"industry": "计算机软件",
"department": "研发中台",
"title": "测试工程师"
},
"isEmailReceiveInfo": true
}'