I have a question regarding cURL requests in PHP. I have to use cURL requests but haven't been in touch with them at all.
In the following example I will show you how I see the cURL request. My question is: How do I "convert" this statement into a PHP cURL request?
curl -X GET --header "Accept: application/json" --header "Authorization: Bearer APIKEY" "https://api.example.com/api-api-ng/v1/function?lat=50&lon=8&radius=500&statement=2"
So I hope you guys can help me with this problem. I only know the basics of cURL and hope you can show me all steps required to set up a cURL request.