requestPromise({uri}).then(res => {
    json.oembed.body = res;
    res.status(200).json({json, body});
  }).catch(err => {
    json.oembed.error = err;