{
"keywords": "string"
}
curl --location --request POST '/xkyl/web/manager/queryAccountManager' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"keywords": "string"
}'
{
"msg": "string",
"code": 0,
"data": [
{
"id": "string",
"field_3": "string",
"accountName": "string",
"mobile": "string",
"agentId": "string",
"agentName": "string"
}
],
"time": 0
}