{
"keywords": "string"
}curl --location --request POST 'https://www.quma.cn/api/index/work_link/work-link-list' \
--header 'AppId;' \
--header 'AppSecret;' \
--header 'Content-Type: application/json' \
--data-raw '{
"keywords": "string"
}'{
"list": [
{
"corp_id": "string",
"corp_name": "string",
"created_at": 0,
"id": 0,
"info": [
{
"friend_add": 0,
"id": 0,
"link_id": "string",
"link_name": "string",
"link_url": "string",
"start_chat": 0,
"status": 0
}
],
"link_num": 0
}
]
}