curl --location --request POST 'https://audit.iflyaisol.com/audit_res/v1/wordLib/createWhite' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "白名单库1"
}'
{
"code": "string",
"desc": "string",
"data": {
"lib_id": "string"
},
"sid": "string"
}