{
"address": "地址",
"agentId": "2",
"appId": "1",
"avatar": "1",
"bio": "格言",
"birthday": 1730131200000,
"company": "天天公司",
"delFlag": "0",
"email": "1021111111@qq.com",
"gender": 0,
"groupId": "1",
"job": "职务",
"joinip": "10.10.1.1",
"latlon": "5469,44587",
"level": 0,
"loginfailure": 0,
"loginip": "10.10.1.1",
"maxsuccessions": 1,
"mobile": "13000000000",
"money": 0.00,
"nickname": "测试店铺1",
"password": "111111",
"phone": "13077777777",
"points": 1,
"realname": "天天刻骨",
"salt": "111",
"setting": "",
"siteId": "1",
"status": "1",
"storeDomain": "ttdp.com",
"storeLogo": "logo",
"storeTitle": "店铺标题",
"successions": 1,
"sysUserId": "1",
"tokens": 1,
"ucUserId": "1",
"username": "ces1",
"verification": "1",
"weixin": "13077777777"
}curl --location --request POST '/uc/ucStore' \
--header 'Authorization: Bearer {{Authorization}}' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'TenantId: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": "地址",
"agentId": "2",
"appId": "1",
"avatar": "1",
"bio": "格言",
"birthday": 1730131200000,
"company": "天天公司",
"delFlag": "0",
"email": "1021111111@qq.com",
"gender": 0,
"groupId": "1",
"job": "职务",
"joinip": "10.10.1.1",
"latlon": "5469,44587",
"level": 0,
"loginfailure": 0,
"loginip": "10.10.1.1",
"maxsuccessions": 1,
"mobile": "13000000000",
"money": 0.00,
"nickname": "测试店铺1",
"password": "111111",
"phone": "13077777777",
"points": 1,
"realname": "天天刻骨",
"salt": "111",
"setting": "",
"siteId": "1",
"status": "1",
"storeDomain": "ttdp.com",
"storeLogo": "logo",
"storeTitle": "店铺标题",
"successions": 1,
"sysUserId": "1",
"tokens": 1,
"ucUserId": "1",
"username": "ces1",
"verification": "1",
"weixin": "13077777777"
}'{
"code": 0,
"data": null,
"message": "string",
"status": 0
}