I'm not very familiar with curl but am able to manually type the curl command for posting as my bot (curl -d '{"text" : "Your message here", "bot_id" : "BOT_ID"}' https://api.groupme.com/v3/bots/post). However, I don't know how to launch that command in PHP. I know I need to use curl_exec() but don't know exactly how that translates. Can anyone give me a quick PHP example that would run the above command using curl_exec()?