I have tried switching from a previous Post request to a Get request. Which assumes its a Get but eventually does a post.
I tried the following in PHP :
CURL request by default is GET, you don't have to set any options to make a GET CURL request.