authenticate(); $authid = uuid_create(); return response()->json(['Success' => true, 'Authorization' => $authid]); } }