{
"contact": {
"name": "访客310"
},
"channel": {},
"company": {},
"custom": {}
}
curl --location --request POST 'https://chat.jijyun.cn/v1/openapi/contacts/add?apiKey=YMLUEcmsN8UYsNfxfm2403sv1711016924' \
--header 'Content-Type: application/json' \
--data-raw '{
"contact": {
"name": "访客310"
},
"channel": {},
"company": {},
"custom": {}
}'
{
"Code": 2000,
"Data": {
"id": "ed44e798cf594b43b924d8b0d745f48c"
},
"Msg": "成功"
}