Route::domain(['apinew'], function () { …………………… })->bind('api');
Route::domain(['api.new'], function () { …………………… })->bind('api');