create(route, data) {
    return new Promise((resolve, reject) => {
      this.request.post({
        url: `${this.shortUrl}/Create/${route}`,
        body: data,