package main import ( "errors" "fmt" "log" "os" "strconv" "github.com/go-resty/resty/v2" "github.com/joho/godotenv" ) func main() { }