curl --location --request PUT '/ent/notice/list/' \ --header 'Authorization: Bearer {{ENT_TOKEN}}' \ --header 'Authorization;' \ --header 'X-Requested-With;' \ --form 'title=""' \ --form 'content=""' \ --form 'push_type=""'
{}