auth()->user()->id, 'company_key'=> auth()->company()->company_key, 'context' => $requst->input('context'), ]; Cache::put( $hash, $data, 3600 ); return response()->json(['hash' => $hash], 200); } }