How Do I Send Request Through Cloud Agent from Python requests

I see that when making requests through cloud agent solves a lot of issues like user_agent, behavior, and more but more like it bypass Cloudflare which has the error of 1020. So I would like to make the request from Python which will pass through the cloud agent of the postman.

But unfortunately, I didn’t find any API for this.
Can I get some help?