I can't found a solution, how to build this uri
import org.http4s._
import org.http4s.implicits.http4sLiteralsSyntax
val uriFoll: Uri = uri"https://www.instagram.com/graphql/query/?query_hash=c76146de99bb02f6415203be841dd25a&variables={"id":"374397360","include_reel":false,"fetch_mutual":false,"first":24}"
In general GET variables should be URL Encoded (https://www.w3schools.com/tags/ref_urlencode.ASP) so it probably should be: