module Faraday::Utils

def build_nested_query(params)

def build_nested_query(params)
  NestedParamsEncoder.encode(params)
end