response()->json(['ok' => true])); Route::post('/gps', [GpsController::class, 'store']); Route::get('/gps/latest', [GpsController::class, 'latest']); Route::get('/gps/track', [GpsController::class, 'track']);