Route::get('/status', function () { return response(["success" => true])->header('Content-Type', 'application/json'); });