prefix('unit-payment-account')->group(function () { Route::get('/me', 'showMe'); Route::post('/me', 'upsertMe'); });