FrontToken: ********************{
"userName": "string",
"password": "string",
"smsCode": "string",
"uuid": "string",
"phone": "string",
"id": "string",
"agentId": "string",
"promoteId": "string",
"utmSource": "string",
"type": "string",
"userId": "string",
"userKey": "string",
"cookieId": "string",
"wxParams": {
"property1": "string",
"property2": "string"
},
"userSource": "string",
"openId": "string",
"noLogin30": "string",
"channelUserId": "string",
"channelUserName": "string",
"clientType": "string"
}curl --location --request POST '/front/login/inferRegisterReceiveCoupon' \
--header 'FrontToken: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"userName": "string",
"password": "string",
"smsCode": "string",
"uuid": "string",
"phone": "string",
"id": "string",
"agentId": "string",
"promoteId": "string",
"utmSource": "string",
"type": "string",
"userId": "string",
"userKey": "string",
"cookieId": "string",
"wxParams": {
"property1": "string",
"property2": "string"
},
"userSource": "string",
"openId": "string",
"noLogin30": "string",
"channelUserId": "string",
"channelUserName": "string",
"clientType": "string"
}'{
"error": true,
"data": {},
"success": true,
"warn": true,
"empty": true,
"property1": {},
"property2": {}
}