return original data json
static Ok create({ String? special_type, }) { Ok ok = Ok({ "@type": special_type, }); return ok; }