{
"mobile": "string",
"actId": "string",
"realName": "string",
"agentId": "string",
"groupId": "string",
"actAgentId": "string"
}
curl --location --request POST '/xkyl/web/whitelist/add' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"mobile": "string",
"actId": "string",
"realName": "string",
"agentId": "string",
"groupId": "string",
"actAgentId": "string"
}'
{
"msg": "string",
"code": 0,
"data": "string",
"time": 0
}