I did some searching, and the way I tried making an HTTP POST request was wrong. It can be done from this code.
game:GetService("HttpService"):PostAsync("<url>","<data>","<content_type>","<compress>")
I tried entering the same info into the new HTTP POST code and received “HTTP 404 (Not Found)”