function post(url, data = {}, {
  headers: headers = {},
  query: query = {},
  timeout: timeout = 0,
  progress: progress = () => {},