const otpQuery = Object.assign({}, req.query, {
      from: `${from.lat},${from.lon}`,
      to: `${to.lat},${to.lon}`
    })