{"sqlContent":"select id_, fullname_, account_, password_, email_, mobile_, weixin_, address_, photo_, sex_, signature_, from_, status_, create_time_, create_by_, update_by_, update_time_, openid_, create_org_id_ from org_user"}
curl --location --request POST '/ab-bpm/biz/bizCustGrid/addAliases' \
--header 'Authorization: Bearer{{Auth_Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{"sqlContent":"select id_, fullname_, account_, password_, email_, mobile_, weixin_, address_, photo_, sex_, signature_, from_, status_, create_time_, create_by_, update_by_, update_time_, openid_, create_org_id_ from org_user"}'
{}