try {
      const promotion = yield Promotion.create(body)
      this.type = 'json'
      this.status = 201
      this.body = hashids.encodeJson(promotion)