How can I access a external API in Laua?

How can I access a external API in Laua?

use HttpService you can call HttpService:GetAsync() to use GET Request from your external api and HttpService:PostAsync() to use POST Request
when use GetAsync() make sure to Decode the value and Encode it for PostAsync()