{
"uuid": 123456789,
"telephone": "13800138000",
"token": "abc123def456",
"loginState": "1",
"createDate": "2024-01-01",
"email": "user@example.com",
"company": "ABC公司",
"appointment": "2024-01-01 10:00",
"userId": 123,
"userName": "张三",
"replayEmail": "reply@example.com",
"countryCode": "+86",
"mediumToken": "medium_token_123",
"invitationCode": "INV123456",
"companyUrl": "https://www.company.com",
"companyIntroduce": "我们是一家专业的科技公司",
"productType": "软件",
"productIntroduce": "我们的产品具有以下特点...",
"productName": "产品ABC",
"links": "https://example.com",
"curDaySend": 10,
"waTaskSend": 5,
"lastLoginDate": "2019-08-24T14:15:22Z",
"smsTag": 1,
"subUserIds": "1,2,3",
"mainUserId": 123,
"click": 100,
"stripeId": "cus_123456789",
"retellPhone": "+1234567890",
"discount": 10,
"searchUsage": 100,
"clickUsage": 50,
"version": 1,
"fbLogin": 1,
"tutorials": "tutorial1,tutorial2",
"tutorialsState": 1,
"websiteBlackList": "example.com,test.com",
"oem": 1,
"export": 1
}
curl --location --request POST '/user/updateUserEmail' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": 123456789,
"telephone": "13800138000",
"token": "abc123def456",
"loginState": "1",
"createDate": "2024-01-01",
"email": "user@example.com",
"company": "ABC公司",
"appointment": "2024-01-01 10:00",
"userId": 123,
"userName": "张三",
"replayEmail": "reply@example.com",
"countryCode": "+86",
"mediumToken": "medium_token_123",
"invitationCode": "INV123456",
"companyUrl": "https://www.company.com",
"companyIntroduce": "我们是一家专业的科技公司",
"productType": "软件",
"productIntroduce": "我们的产品具有以下特点...",
"productName": "产品ABC",
"links": "https://example.com",
"curDaySend": 10,
"waTaskSend": 5,
"lastLoginDate": "2019-08-24T14:15:22Z",
"smsTag": 1,
"subUserIds": "1,2,3",
"mainUserId": 123,
"click": 100,
"stripeId": "cus_123456789",
"retellPhone": "+1234567890",
"discount": 10,
"searchUsage": 100,
"clickUsage": 50,
"version": 1,
"fbLogin": 1,
"tutorials": "tutorial1,tutorial2",
"tutorialsState": 1,
"websiteBlackList": "example.com,test.com",
"oem": 1,
"export": 1
}'
{
"date": "string",
"status": 0,
"message": "string",
"data": 0,
"returnCode": 0,
"count": 0,
"isEmpty": true
}