cURL request might contain sensitive data like Auth headers, exact request payload. Also sometimes cURL requests are obtained from logs of a user session.
And, devs need to share cURL requests in order to reproduce an issue and communicate context to another dev.
I know of a platform called Zerobin to share secure messages. I am thinking to host an internal server of Zerobin and use that to share cURL & other secrets within the company.
How are you dealing with this?