How to send post request (I'm doing reverse engineering)
I've modified the parameters to make the request using the POST method. I've successfully tested this using httpx, but now I want to implement it using the Crawlee framework.
How can I change the method used by the HTTP client to retrieve the data, and how can I pass the modified parameters I've prepared?
Additionally, if anyone has experience, I'd appreciate any insights on handling POST requests within this framework.
Thanks
