{
"area": "string",
"email": "string",
"id": "string"
}
curl --location --request POST 'https://api.chasing.comdealer_email/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"area": "string",
"email": "string",
"id": "string"
}'
{
"code": 200,
"msg": "请求成功",
"data": {
"id": "1"
}
}