parseQueryConverts a flat object into a URL-encoded query string, handling simple key-value pairs.
obj: A flat object with string/number keys and primitive valuesReturns a URL-encoded query string with key-value pairs joined by &.
parseQueryDeep instead