curl --location --request POST '/ent/config/role' \ --header 'Authorization: Bearer {{ENT_TOKEN}}' \ --header 'Authorization;' \ --header 'X-Requested-With;' \ --form 'role_name=""' \ --form 'rules[]=""' \ --form 'status=""'
{}