Kafka how to send ACLS via Postman

Hi Team,
How to send the ACLS of the topic via Postman.
Through Kafka Rest Template we were able to set the acls. How do we need to set it via Postman?

Thanks in Advance.

You should use REST Proxy for this: Confluent REST Proxy API Reference | Confluent Documentation

Do you have the REST call already? If I remember rightly Postman can import REST calls from tools like curl etc. Either way, this sounds like more of a Postman usage question than how to use Kafka itself per se?